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 Dec 9, 2017
1 parent 743c830 commit a11033b
Show file tree
Hide file tree
Showing 4 changed files with 8,322 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
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.

4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ notifications:
email: false
urls:
# for gitter mochajs/mocha
# for gitter
- secure: fUrHenYJs+pTuLtgBRoYyrlyfVekxaIGmLWq7bhUUqBj/7p5eCkQFn13LlPht0/4WWZOiPBcdTN7tKnz3Ho7ATUJhAchvOWDUgL5gtTvOzeCHbPuCvHz/VLK6hMoPdbLA45M864NDLotfHvyh62WgQaVw9iPc80eb+umaDPrYiU=
# for gitter mochajs/contributors
- secure: QQ7hvFqok0kypXLSjfVLsYDpLSFMPKblUsTupLSV6aK//COZ6XnyxIa/CWvnjlbap9bIAs5azHOeS6pe+KQJr2w0K8HUqbUDX1KofaMZmK8JuD1qK1kLjV8LB+5OhHQGs1r8KvGgUf1vYGITdwOvYqE2lr10EbrkmFo7kOSLvpA=
Expand All @@ -52,3 +53,6 @@ addons:
- .karma/
- ./mocha.js
sauce_connect: true
cache:
directories:
- ~/.npm
Loading

0 comments on commit a11033b

Please sign in to comment.