Skip to content

Commit 3bcb979

Browse files
Update devDependencies : chai & mocha
1 parent 288f097 commit 3bcb979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"test": "test"
88
},
99
"devDependencies": {
10-
"chai": "^2.2.0",
10+
"chai": "^3.2.0",
1111
"coveralls": "^2.11.2",
12-
"eslint": "1.4.3",
12+
"eslint": "^1.4.3",
1313
"istanbul": "^0.3.11",
14-
"mocha": "^2.2.1"
14+
"mocha": "^2.3.2"
1515
},
1616
"scripts": {
1717
"test": "NODE_ENV=test mocha -b --reporter spec --recursive test",

0 commit comments

Comments
 (0)