Skip to content

Commit

Permalink
bump version. move @babel/polyfill to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
harshjv committed Mar 25, 2019
1 parent 9700346 commit 343e029
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liquality/chainabstractionlayer",
"version": "0.1.23-next.1",
"version": "0.1.23-next.2",
"keywords": [
"blockchain",
"bitcoin",
Expand Down Expand Up @@ -51,6 +51,7 @@
"publish:docs": "run-s prepare:docs push:docs"
},
"dependencies": {
"@babel/polyfill": "^7.4.0",
"@babel/runtime": "^7.4.0",
"@ledgerhq/hw-app-btc": "^4.46.0",
"@ledgerhq/hw-app-eth": "^4.46.0",
Expand All @@ -75,7 +76,6 @@
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/register": "^7.4.0",
"babel-loader": "^8.0.5",
Expand Down

0 comments on commit 343e029

Please sign in to comment.