Skip to content

Commit

Permalink
introduce package-lock.json; closes #3025
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 Sep 28, 2017
1 parent 86e76f9 commit 47fe3ba
Show file tree
Hide file tree
Showing 4 changed files with 11,411 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ npm-debug.log*
coverage/
BUILDTMP/
yarn.lock
package-lock.json
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ addons:
paths:
- .karma/
- ./mocha.js

cache:
directories:
- ~/.npm


Loading

0 comments on commit 47fe3ba

Please sign in to comment.