Skip to content

Commit

Permalink
Disable package-lock (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 authored Oct 4, 2017
1 parent cb118db commit d471e9a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7,454 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
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 @@ -22,8 +22,3 @@ node_js:

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

before_script: greenkeeper-lockfile-update

after_script: greenkeeper-lockfile-upload
Loading

0 comments on commit d471e9a

Please sign in to comment.