Skip to content

Commit e109eba

Browse files
committed
Simplify depend versions
1 parent 39a135e commit e109eba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"unittestjs": "ava --verbose test/unit"
2929
},
3030
"devDependencies": {
31-
"ava": ">=0.23.0",
31+
"ava": "0",
3232
"husky": "beta",
33-
"jsdoc": ">=3.5.5",
34-
"mock-require": ">=2.0.2",
35-
"npm-run-all": ">=4.1.1",
36-
"sinon": ">=4.0.2",
37-
"snazzy": "^7.0.0",
38-
"standard": ">=10.0.3"
33+
"jsdoc": "3",
34+
"mock-require": "2",
35+
"npm-run-all": "4",
36+
"sinon": "4",
37+
"snazzy": "7",
38+
"standard": "10"
3939
},
4040
"husky": {
4141
"hooks": {

0 commit comments

Comments
 (0)