Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Oct 7, 2022
1 parent 37fad40 commit 22bd3f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instadapp/vue-web3",
"version": "0.9.0",
"version": "0.9.1",
"description": "Vue web3 composition api",
"license": "MIT",
"main": "index.js",
Expand All @@ -12,11 +12,7 @@
".": {
"browser": "./dist/vue-web3.esm-browser.js",
"node": {
"import": {
"production": "./dist/vue-web3.prod.cjs",
"development": "./dist/vue-web3.mjs",
"default": "./dist/vue-web3.mjs"
},
"import": "./dist/vue-web3.mjs",
"require": {
"production": "./dist/vue-web3.prod.cjs",
"development": "./dist/vue-web3.cjs",
Expand Down

0 comments on commit 22bd3f7

Please sign in to comment.