Skip to content

Commit

Permalink
introduce package-lock.json; closes #3025 (#3026)
Browse files Browse the repository at this point in the history
- update `.travis.yml` to use npm@5 caching where available
- remove `.npmrc` (now unused)
- remove `package-lock.json` from `.gitignore`
  • Loading branch information
boneskull committed Dec 10, 2017
1 parent 3200d41 commit 5fbbce9
Show file tree
Hide file tree
Showing 4 changed files with 8,321 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -13,7 +13,6 @@ npm-debug.log*
.nyc_output/
coverage/
yarn.lock
package-lock.json
mocha.js
# artifacts from various diff tools
*_BACKUP_*
Expand Down
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -52,3 +52,6 @@ addons:
- .karma/
- ./mocha.js
sauce_connect: true
cache:
directories:
- ~/.npm

0 comments on commit 5fbbce9

Please sign in to comment.