Make webworker-threads an optional dependency

This commit is contained in:
Nick Winter 2015-11-02 13:23:38 -08:00
parent 5106bd5390
commit 80ecf1aa1d

View file

@ -77,7 +77,6 @@
"stripe": "~2.9.0", "stripe": "~2.9.0",
"tv4": "~1.0.16", "tv4": "~1.0.16",
"underscore.string": "2.3.x", "underscore.string": "2.3.x",
"webworker-threads": "~0.5.5",
"winston": "0.6.x" "winston": "0.6.x"
}, },
"devDependencies": { "devDependencies": {
@ -111,6 +110,9 @@
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master", "telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
"uglify-js-brunch": "^1.7.8" "uglify-js-brunch": "^1.7.8"
}, },
"optionalDependencies": {
"webworker-threads": "~0.5.5"
},
"license": "MIT for the code, and CC-BY for the art and music", "license": "MIT for the code, and CC-BY for the art and music",
"private": true, "private": true,
"engines": { "engines": {