Compare commits

...

1 Commits

Author SHA1 Message Date
J. Ryan Stinnett 88246045fc Move bluebird transform to a dev dependency 2019-12-04 16:02:06 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,6 @@
"test-multi": "karma start"
},
"dependencies": {
"babel-plugin-transform-async-to-bluebird": "^1.1.1",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"browser-request": "^0.3.3",
@ -94,6 +93,7 @@
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-to-bluebird": "^1.1.1",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",