diff --git a/package-lock.json b/package-lock.json index 1a7f96e..aef8a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nicehash-calculator", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 12b2ba5..ecc38d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,12 @@ { "name": "nicehash-calculator", - "version": "2.0.1", + "version": "2.0.2", "description": "Calculate the profitability of buying hashing power on NiceHash", + "author": "GarboMuffin", + "repository": "GarboMuffin/nicehash-calculator", + "homepage": "https://github.com/GarboMuffin/nicehash-calculator/#readme", + "license": "MIT", + "bugs": "https://github.com/GarboMuffin/nicehash-calculator/issues", "main": "index.js", "scripts": { "test": "mocha -r ts-node/register src/tests/**/*.test.ts", @@ -13,8 +18,6 @@ "engines": { "node": ">=8.0.0" }, - "author": "GarboMuffin", - "license": "MIT", "dependencies": { "@types/node": "^8.0.0", "chalk": "^2.4.1",