We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3200d41 commit 5fbbce9Copy full SHA for 5fbbce9
.gitignore
@@ -13,7 +13,6 @@ npm-debug.log*
13
.nyc_output/
14
coverage/
15
yarn.lock
16
-package-lock.json
17
mocha.js
18
# artifacts from various diff tools
19
*_BACKUP_*
.npmrc
.travis.yml
@@ -52,3 +52,6 @@ addons:
52
- .karma/
53
- ./mocha.js
54
sauce_connect: true
55
+cache:
56
+ directories:
57
+ - ~/.npm
0 commit comments