Skip to content

Commit

Permalink
Update project to npm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Mar 6, 2018
1 parent 113e331 commit 77af5da
Show file tree
Hide file tree
Showing 7 changed files with 16,351 additions and 46 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ hash-history
docs/_build/
*.swp
*.python-version
package-lock.json
app/.sass-cache
node_modules
app/bower_components
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.md
package.json
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ addons:
- icnsutils
- graphicsmagick
- xz-utils
before_install: "./install.sh"
install:
- npm ci
script: "./build.sh"
after_success: "./deploy.sh"
deploy:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 1.0.{build}
environment:
nodejs_version: "7"
nodejs_version: "9.7.1"
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
- npm ci
build: off
platform:
- x64
Expand Down
6 changes: 0 additions & 6 deletions install.sh

This file was deleted.

Loading

0 comments on commit 77af5da

Please sign in to comment.