Skip to content

Commit 8c9a64f

Browse files
committedNov 1, 2015
Bump nock dep, required for testing basic auth
1 parent 1aab8ce commit 8c9a64f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed
 

‎package.json

+12-8
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,19 @@
3131
"watch": "node_modules/.bin/mocha --compilers coffee:coffee-script/register --watch"
3232
},
3333
"dependencies": {
34-
"underscore": "~1.8.2",
35-
"request": "~2.60.0",
36-
"deasync": "~0.1.1"
34+
"deasync": "^0.1.1",
35+
"request": "^2.60.0",
36+
"underscore": "^1.8.2",
37+
"url-parse": "^1.0.5"
3738
},
3839
"devDependencies": {
39-
"coffee-script": "~1.9.1",
40-
"mocha": "~2.1.0",
41-
"nock": "~0.59.0",
42-
"should": "~5.0.1"
40+
"coffee-script": "^1.9.1",
41+
"mocha": "^2.1.0",
42+
"nock": "^2.17.0",
43+
"should": "^5.0.1"
4344
},
44-
"keywords": ["etcd", "raft"]
45+
"keywords": [
46+
"etcd",
47+
"raft"
48+
]
4549
}

0 commit comments

Comments
 (0)
Please sign in to comment.