Skip to content

Commit a538d6b

Browse files
authored
Fix: add "main" to Keystone's package.json (#1164)
* Fix: add "main" to Keystone's package.json * Bump keystone package version
1 parent bf08241 commit a538d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/keystone/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/keystone",
3-
"version": "2.1.8-alpha.1",
3+
"version": "2.1.8-alpha.2",
44
"description": "Keystone hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -39,6 +39,7 @@
3939
"homepage": "https://www.blocknative.com/onboard",
4040
"bugs": "https://github.com/blocknative/web3-onboard/issues",
4141
"module": "dist/index.js",
42+
"main": "dist/index.js",
4243
"typings": "dist/index.d.ts",
4344
"files": [
4445
"dist"

0 commit comments

Comments
 (0)