Skip to content

Commit 3fe42f2

Browse files
authored
fix: main&type (#9)
1 parent c8e6a48 commit 3fe42f2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/kind-hotels-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@node-real/web3-plugin-bundle": minor
3+
---
4+
5+
fix package main&type

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@node-real/web3-plugin-bundle",
33
"version": "2.0.0",
44
"description": "bundle plugin to extend web3.js with additional methods",
5-
"main": "lib/index.js",
6-
"types": "lib/index.d.ts",
5+
"main": "dist/esm/index.js",
6+
"types": "dist/esm/index.d.ts",
77
"homepage": "https://github.com/node-real/web3.js-plugin-bundle#readme",
88
"bugs": {
99
"url": "https://github.com/node-real/web3.js-plugin-bundle/issues"

0 commit comments

Comments
 (0)