Bump version to 0.1.1 & fix repo link

This commit is contained in:
Theo 2023-08-18 23:02:24 -07:00
parent c50caf3a48
commit 4a1edeaef9

@ -1,6 +1,6 @@
{
"name": "@tornado/tornado-oracles",
"version": "0.1.0",
"version": "0.1.1",
"description": "Gas oracle for Tornado-specific transactions",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://git.tornado.ws/tornado-packages/tornado-gas-oracle.git"
"url": "https://git.tornado.ws/tornado-packages/tornado-oracles.git"
},
"keywords": [
"Gas",
@ -41,5 +41,8 @@
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"typescript": "^5.1.6"
}
},
"files": [
"lib/**/*"
]
}