Skip to content

Commit 294a1e2

Browse files
bencmbrookfiznool
authored andcommitted
fix test dependency versions
1 parent 6d1c938 commit 294a1e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
},
3232
"homepage": "https://github.com/fiznool/passport-oauth2-refresh",
3333
"devDependencies": {
34-
"chai": "*",
35-
"mocha": "*",
36-
"sinon": "*",
37-
"sinon-chai": "*"
34+
"chai": "^3.4.1",
35+
"mocha": "^2.3.4",
36+
"sinon": "^1.17.2",
37+
"sinon-chai": "^2.8.0"
3838
},
3939
"engines": {
4040
"node": ">=0.10.0"

0 commit comments

Comments
 (0)