Skip to content

Commit

Permalink
Disable package-lock (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Oct 2, 2017
1 parent 9cf608a commit b23a748
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
*.log
.coverage
.eslintcache
package-lock.json
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ matrix:

before_install:
- npm install -g npm@latest
- npm i -g greenkeeper-lockfile@1

before_script: greenkeeper-lockfile-update

after_script: greenkeeper-lockfile-upload

after_success:
- if [ "$CI" = "coverage" ]; then cat ./.coverage/lcov.info | ./node_modules/.bin/coveralls; fi
Expand Down

0 comments on commit b23a748

Please sign in to comment.