Skip to content

Commit 85df744

Browse files
committed
Revert "Update dependencies"
This reverts commit 36d8ee7.
1 parent 36d8ee7 commit 85df744

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525
"node": ">= 0.6.0"
2626
},
2727
"dependencies": {
28-
"cookie": "^0.1.0",
29-
"lsmod": "0.0.3",
30-
"node-uuid": "^1.4.3",
28+
"cookie": "0.1.0",
29+
"lsmod": "~0.0.3",
30+
"node-uuid": "~1.4.1",
3131
"stack-trace": "0.0.7"
3232
},
3333
"devDependencies": {
34-
"coffee-script": "^1.9.2",
34+
"coffee-script": "~1.7.1",
35+
"glob": "~3.1.13",
36+
"mocha": "*",
37+
"mock-udp": "*",
38+
"nock": "~0.28.2",
39+
"should": "~3.3.1",
3540
"connect": "*",
3641
"express": "*",
37-
"glob": "~3.1.13",
38-
"koa": "^0.19.1",
39-
"mocha": "^2.2.4",
40-
"mock-udp": "^0.1.1",
41-
"nock": "^1.6.0",
42-
"should": "~3.3.1"
42+
"koa": "*"
4343
}
4444
}

0 commit comments

Comments
 (0)