Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit ab812a8

Browse files
committed
Merge pull request #12 from madbence/patch-3
fix dev dependencies
2 parents 197f5fe + 33b159b commit ab812a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"debug": "~0.7.4"
1515
},
1616
"devDependencies": {
17-
"mocha": "*",
18-
"should": "*",
19-
"matcha": "~0.4.1"
17+
"matcha": "^0.6.0",
18+
"mocha": "^2.2.5",
19+
"should": "^6.0.3"
2020
},
2121
"license": "MIT"
2222
}

0 commit comments

Comments
 (0)