Skip to content

Commit 112f3d8

Browse files
committed
Freeze dev dependencies so tests pass on 10.x
1 parent 23c4e19 commit 112f3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"dependencies": {
2828
},
2929
"devDependencies": {
30-
"mocha": "",
31-
"should": ""
30+
"mocha": "3.5.3",
31+
"should": "13.1.2"
3232
},
3333
"contributors": [
3434
{

0 commit comments

Comments
 (0)