We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aab8ce commit 8c9a64fCopy full SHA for 8c9a64f
package.json
@@ -31,15 +31,19 @@
31
"watch": "node_modules/.bin/mocha --compilers coffee:coffee-script/register --watch"
32
},
33
"dependencies": {
34
- "underscore": "~1.8.2",
35
- "request": "~2.60.0",
36
- "deasync": "~0.1.1"
+ "deasync": "^0.1.1",
+ "request": "^2.60.0",
+ "underscore": "^1.8.2",
37
+ "url-parse": "^1.0.5"
38
39
"devDependencies": {
- "coffee-script": "~1.9.1",
40
- "mocha": "~2.1.0",
41
- "nock": "~0.59.0",
42
- "should": "~5.0.1"
+ "coffee-script": "^1.9.1",
+ "mocha": "^2.1.0",
+ "nock": "^2.17.0",
43
+ "should": "^5.0.1"
44
- "keywords": ["etcd", "raft"]
45
+ "keywords": [
46
+ "etcd",
47
+ "raft"
48
+ ]
49
}
0 commit comments