shrinkwrap update from 314c8a1

Apparently not passing --force to npm install also allows us to do a
better job of not bundling duplicate npm packages.
This commit is contained in:
David Glasser
2014-05-07 17:31:29 -07:00
parent e5b5858203
commit 08cf1e0974

View File

@@ -15,17 +15,6 @@
"cookie": {
"version": "0.1.0"
},
"send": {
"version": "0.1.4",
"dependencies": {
"mime": {
"version": "1.2.11"
},
"range-parser": {
"version": "0.0.4"
}
}
},
"bytes": {
"version": "0.2.0"
},