Move node-fetch to dependencies in package.json

This commit is contained in:
Tankred Hase 2016-01-29 19:03:06 +07:00
parent f67be9ea9f
commit d966e72b95

View File

@ -50,11 +50,11 @@
"grunt-text-replace": "~0.4.0",
"istanbul": "~0.4.1",
"mocha": "~2.3.4",
"node-fetch": "^1.3.3",
"whatwg-fetch": "~0.11.0"
},
"dependencies": {
"es6-promise": "~3.0.2",
"node-fetch": "^1.3.3",
"node-localstorage": "~1.1.2",
"zlibjs": "~0.2.0"
},