Skip to content

Commit 9c04f6c

Browse files
committed
Move express and connect to optionalDependencies
1 parent 7809c91 commit 9c04f6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
"cookie": "0.1.0"
2424
},
2525
"devDependencies": {
26-
"connect": "*",
27-
"express": "*",
2826
"mocha": "*",
2927
"should": "~3.3.1",
3028
"nock": "*",
3129
"glob": "*",
3230
"mock-udp": "*",
3331
"coffee-script": "~1.6.3"
32+
},
33+
"optionalDependencies": {
34+
"connect": "*",
35+
"express": "*"
3436
}
3537
}

0 commit comments

Comments
 (0)