mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Make webworker-threads an optional dependency
This commit is contained in:
parent
5106bd5390
commit
80ecf1aa1d
1 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,6 @@
|
|||
"stripe": "~2.9.0",
|
||||
"tv4": "~1.0.16",
|
||||
"underscore.string": "2.3.x",
|
||||
"webworker-threads": "~0.5.5",
|
||||
"winston": "0.6.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -111,6 +110,9 @@
|
|||
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
|
||||
"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",
|
||||
"private": true,
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue