mirror of
https://github.com/Instadapp/vue-web3.git
synced 2024-07-29 21:48:25 +00:00
fix imports
This commit is contained in:
parent
37fad40f13
commit
22bd3f71b6
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user