Skip to content

Commit b827451

Browse files
committed
Fix demo imports and rollup exclude
1 parent bffd81f commit b827451

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bn-onboard/core",
3-
"version": "2.0.0-alpha.15",
3+
"version": "2.0.0-alpha.16",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/core/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default {
4343
'rxjs',
4444
'rxjs/operators',
4545
'svelte-i18n',
46+
'svelte/store',
4647
'lodash.merge',
4748
'lodash.partition',
4849
'eventemitter3'

packages/demo/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"@bn-onboard/core": "^2.0.0-alpha.1",
2626
"@bn-onboard/fortmatic": "^2.0.0-alpha",
2727
"@bn-onboard/injected-wallets": "^2.0.0-alpha",
28+
"@bn-onboard/keepkey": "^2.0.0-alpha.8",
29+
"@bn-onboard/keystone": "^2.0.0-alpha.6",
30+
"@bn-onboard/ledger": "^2.0.0-alpha.12",
2831
"@bn-onboard/portis": "^2.0.0-alpha",
2932
"@bn-onboard/torus": "^2.0.0-alpha",
3033
"@bn-onboard/trezor": "^2.0.0-alpha",

0 commit comments

Comments
 (0)