Add transform-async-to-bluebird

Add babel plugin until the js-sdk stop using bluebird, since we
force-recompile the js-sdk so we need the plugin installed for that
to work (and it's a devDependency on js-sdk so doesn't otherwise get
installed).
This commit is contained in:
David Baker 2019-12-04 13:52:59 +00:00
parent c6afbed3fe
commit f93b7a1675
2 changed files with 14 additions and 3 deletions

View file

@ -64,6 +64,7 @@
"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",