Skip to content
This repository was archived by the owner on Feb 24, 2018. It is now read-only.

Commit 554fe70

Browse files
committed
Update test/coverage packages
1 parent e519d28 commit 554fe70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/node_modules/
1+
node_modules/
22
npm-debug.log
33

44
/docs/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"sjcl": "^1.0.3"
4646
},
4747
"devDependencies": {
48-
"ava": "^0.16.0",
48+
"ava": "^0.17.0",
4949
"babel-core": "^6.13.2",
5050
"babel-loader": "^6.2.4",
51-
"babel-plugin-istanbul": "^2.0.3",
51+
"babel-plugin-istanbul": "^3.0.0",
5252
"babel-preset-es2015": "^6.13.2",
5353
"babel-register": "^6.14.0",
5454
"cross-env": "^2.0.1",
@@ -58,7 +58,7 @@
5858
"eslint-plugin-import": "^1.13.0",
5959
"jsdoc": "^3.4.0",
6060
"mock-require": "^1.3.0",
61-
"nyc": "^8.4.0-candidate",
61+
"nyc": "^10.0.0",
6262
"sinon": "^1.17.5",
6363
"webpack": "^1.13.1"
6464
},

0 commit comments

Comments
 (0)