We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e6a48 commit 3fe42f2Copy full SHA for 3fe42f2
.changeset/kind-hotels-stare.md
@@ -0,0 +1,5 @@
1
+---
2
+"@node-real/web3-plugin-bundle": minor
3
4
+
5
+fix package main&type
package.json
@@ -2,8 +2,8 @@
"name": "@node-real/web3-plugin-bundle",
"version": "2.0.0",
"description": "bundle plugin to extend web3.js with additional methods",
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
+ "main": "dist/esm/index.js",
+ "types": "dist/esm/index.d.ts",
7
"homepage": "https://github.com/node-real/web3.js-plugin-bundle#readme",
8
"bugs": {
9
"url": "https://github.com/node-real/web3.js-plugin-bundle/issues"
0 commit comments