Skip to content

Commit 5fbbce9

Browse files
authored
introduce package-lock.json; closes #3025 (#3026)
- update `.travis.yml` to use npm@5 caching where available - remove `.npmrc` (now unused) - remove `package-lock.json` from `.gitignore`
1 parent 3200d41 commit 5fbbce9

File tree

4 files changed

+8321
-3
lines changed

4 files changed

+8321
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ npm-debug.log*
1313
.nyc_output/
1414
coverage/
1515
yarn.lock
16-
package-lock.json
1716
mocha.js
1817
# artifacts from various diff tools
1918
*_BACKUP_*

.npmrc

-2
This file was deleted.

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ addons:
5252
- .karma/
5353
- ./mocha.js
5454
sauce_connect: true
55+
cache:
56+
directories:
57+
- ~/.npm

0 commit comments

Comments
 (0)