mirror of
https://github.com/Instadapp/vue-web3.git
synced 2024-07-29 21:48:25 +00:00
fix
This commit is contained in:
parent
fc8a2efe0b
commit
f24060c5d0
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@instadapp/vue-web3",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"description": "Vue web3 composition api",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
|
@ -26,7 +26,8 @@
|
|||
"import": "./dist/vue-web3.mjs"
|
||||
},
|
||||
"./package.json": "./package.json",
|
||||
"./dist/*": "./dist/*"
|
||||
"./dist/*": "./dist/*",
|
||||
"./nuxt/*": "./nuxt/*"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user