Skip to content

Commit

Permalink
Merge pull request #35 from blocknative/develop
Browse files Browse the repository at this point in the history
Release 0.2.2
  • Loading branch information
lnbc1QWFyb24 authored Oct 26, 2019
2 parents b8d6cb5 + 7a2a553 commit 817efd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "bnc-onboard",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist/esm/*",
"dist/cjs/*"
],
"types": "./types.d.ts",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
Expand All @@ -23,7 +24,8 @@
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^4.0.4"
"rollup-plugin-terser": "^4.0.4",
"svelte": "^3.0.0"
},
"dependencies": {
"@portis/web3": "^2.0.0-beta.42",
Expand All @@ -36,12 +38,10 @@
"promise-cancelable": "^2.1.1",
"regenerator-runtime": "^0.13.3",
"squarelink": "^1.1.3",
"svelte": "^3.0.0",
"svelte-i18n": "^1.1.2-beta"
},
"scripts": {
"prepare": "rollup -c",
"build": "npm run prepare",
"build": "rollup -c",
"test": "echo \"TBD\" && exit 0"
}
}
8 changes: 2 additions & 6 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,19 @@ export default [
"bowser",
"bnc-sdk",
"bignumber.js",
"svelte-i18n",
"svelte",
"svelte/store",
"svelte/internal",
"svelte/transition",
"squarelink",
"promise-cancelable",
"regenerator-runtime/runtime",
"@portis/web3",
"@walletconnect/web3-provider",
"fortmatic",
"squarelink",
"authereum"
],
plugins: [
svelte(),
json(),
image(),
resolve(),
commonjs(),
babel({ exclude: "node_modules/**" })
],
Expand Down

0 comments on commit 817efd4

Please sign in to comment.