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:
Scott Erickson 2016-05-16 15:32:58 -07:00
parent 9ee8e04514
commit c8398cb090

View file

@ -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",