mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Fix Node 4
Importing packages which are available through other packages but not explicitly included in package.json only works in Node >5, not Node 4.
This commit is contained in:
parent
9ee8e04514
commit
c8398cb090
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
"gridfs-stream": "~1.1.1",
|
||||
"jsondiffpatch": "0.1.17",
|
||||
"lodash": "~2.4.1",
|
||||
"lz-string": "1.3.3",
|
||||
"lz-string": "^1.3.3",
|
||||
"mailchimp-api": "2.0.x",
|
||||
"moment": "~2.5.0",
|
||||
"mongodb": "^2.0.28",
|
||||
|
|
Loading…
Reference in a new issue