moved babel polyfill to dependencies

This commit is contained in:
bill bittner 2018-03-08 13:56:47 -08:00
parent c36bb66285
commit 308a1abcb5

View file

@ -2,7 +2,7 @@
"name": "spee.ch",
"version": "0.0.1",
"description": "a single-serving site that reads and publishes images to and from the LBRY blockchain",
"main": "speech.js",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"test-all": "mocha --recursive",
@ -34,6 +34,7 @@
"axios": "^0.16.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.17.1",
"babel-polyfill": "^6.26.0",
"config": "^1.26.1",
"connect-multiparty": "^2.0.0",
"cookie-session": "^2.0.0-beta.3",
@ -70,7 +71,6 @@
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",