Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 8, 2018
1 parent 9d00c6f commit 72cd519
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,8 +18,6 @@
"engines": {
"node": ">=8.0.0"
},
"author": "GarboMuffin",
"license": "MIT",
"dependencies": {
"@types/node": "^8.0.0",
"chalk": "^2.4.1",
Expand Down

0 comments on commit 72cd519

Please sign in to comment.