diff --git a/package.json b/package.json index 1212296b..b075c3d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@augmint/js", - "version": "0.1.0", + "version": "0.1.1", "description": "Augmint Javascript Library", "keywords": [ "augmint javascript library A-EUR stablecoin web3 dapp" @@ -9,7 +9,7 @@ "license": "AGPL-3.0-only", "repository": { "type": "git", - "url": "git+https://github.com/Augmint/augmint-ratesfeeder.git" + "url": "git+https://github.com/Augmint/augmint-js.git" }, "bugs": { "url": "https://github.com/Augmint/augmint-js/issues" @@ -19,7 +19,7 @@ "test": "test" }, "bin": { - "augmint-cli": "./scripts/augmint-cli.sh" + "augmint-cli": "scripts/augmint-cli.sh" }, "engines": { "node": "^10.15.3",