Skip to content

Commit aa31df6

Browse files
author
Vitaly Puzrin
committed
pin devdeps
1 parent 13b3da1 commit aa31df6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
"test": "make test"
1515
},
1616
"devDependencies": {
17-
"browserify": "*",
18-
"coveralls": "^2.11.2",
17+
"browserify": "^16.2.3",
18+
"coveralls": "^3.0.2",
1919
"eslint": "~2.13.1",
20-
"istanbul": "*",
20+
"istanbul": "^0.4.5",
2121
"lodash": "*",
2222
"markdown-it": "markdown-it/markdown-it",
2323
"markdown-it-testgen": "~0.1.0",
24-
"mocha": "*",
25-
"request": "*",
24+
"mocha": "^5.2.0",
2625
"uglify-js": "*"
2726
}
2827
}

0 commit comments

Comments
 (0)