mirror of
https://github.com/tornadocash/provider.git
synced 2024-11-21 17:26:51 +01:00
chore: bump web3 version
This commit is contained in:
parent
8d7c3f9e34
commit
c3cac21dd1
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "nuxt-web3-provider",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "Provider integration with Nuxt.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tornadocash/provider"
|
||||
},
|
||||
"license": "MIT",
|
||||
"contributors": "pertsev",
|
||||
"contributors": ["pertsev"],
|
||||
"main": "lib/module.js",
|
||||
"types": "types/index.d.ts",
|
||||
"files": [
|
||||
@ -19,7 +19,7 @@
|
||||
"release": "git push --follow-tags && npm publish"
|
||||
},
|
||||
"dependencies": {
|
||||
"web3": "^1.3.0",
|
||||
"web3": "^1.5.2",
|
||||
"web3-utils": "^1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user