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