We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a377a5 commit 36d8ee7Copy full SHA for 36d8ee7
package.json
@@ -25,20 +25,20 @@
25
"node": ">= 0.6.0"
26
},
27
"dependencies": {
28
- "cookie": "0.1.0",
29
- "lsmod": "~0.0.3",
30
- "node-uuid": "~1.4.1",
+ "cookie": "^0.1.0",
+ "lsmod": "0.0.3",
+ "node-uuid": "^1.4.3",
31
"stack-trace": "0.0.7"
32
33
"devDependencies": {
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",
+ "coffee-script": "^1.9.2",
40
"connect": "*",
41
"express": "*",
42
- "koa": "*"
+ "glob": "~3.1.13",
+ "koa": "^0.19.1",
+ "mocha": "^2.2.4",
+ "mock-udp": "^0.1.1",
+ "nock": "^1.6.0",
+ "should": "~3.3.1"
43
}
44
0 commit comments