Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
introduce package-lock.json; closes mochajs#3025 (mochajs#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 bd7f961 commit 6d3d908
Show file tree
Hide file tree
Showing 4 changed files with 8,321 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.

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

0 comments on commit 6d3d908

Please sign in to comment.