diff --git a/package.json b/package.json index b8c72fa..6cb0642 100644 --- a/package.json +++ b/package.json @@ -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/**/*" + ] }