diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 019e63063..4e975de5c 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,14 @@      "babelify": "7.3.0",      "browserify": "13.1.1",      "browserify-incremental": "3.1.1", -    "lodash": "^4.17.4", +    "lodash": "4.17.4", +    "promise-polyfill": "^6.0.2",      "react": "15.3.2",      "react-dom": "15.3.2",      "react-redux": "4.4.5",      "react-select2": "4.0.2", -    "redux": "3.6.0" +    "redux": "3.6.0", +    "whatwg-fetch": "2.0.3"    },    "license": "MIT",    "engines": {  | 
