Skip to content

Commit e72c825

Browse files
committed
Pin test dependencies so we continue to work on 0.8 for the time being
1 parent 5d50f47 commit e72c825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
},
3232
"devDependencies": {
3333
"coffee-script": "~1.7.1",
34-
"glob": "*",
34+
"glob": "~3.1.13",
3535
"mocha": "*",
3636
"mock-udp": "*",
37-
"nock": "*",
37+
"nock": "~0.28.2",
3838
"should": "~3.3.1"
3939
},
4040
"optionalDependencies": {

0 commit comments

Comments
 (0)