Skip to content

Commit

Permalink
Add fetch polyfill libraries to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Webmaster1116 committed Aug 27, 2015
1 parent b73788a commit eb3d224
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@
"babel-core": "^5.4.7",
"babel-eslint": "^4.0.10",
"babel-loader": "^5.1.2",
"exports-loader": "^0.6.2",
"imports-loader": "^0.6.4",
"react": ">=0.13.0",
"react-hot-loader": "^1.2.7",
"standard": "^5.1.0",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
"webpack-dev-server": "^1.8.2",
"whatwg-fetch": "^0.9.0"
},
"dependencies": {
"load-script": "^1.0.0"
Expand Down

0 comments on commit eb3d224

Please sign in to comment.