Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Oct 27, 2013
1 parent 75b5f8b commit 2ece8f9
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
{
"name": "miner-dashboard",
"version": "0.0.1",
"version": "0.1.0",
"author": "selaux <github@stefanlau.com>",
"description": "Show the current status of your bitcoin miner in a browser.",
"keywords": [
"bitcoin",
"pool",
"miner",
"mining",
"dashboard",
"monitoring"
],
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/selaux/miner-dashboard.git"
},
"scripts": {
"start": "npm install --production && node app",
"test": "node_modules/.bin/grunt test"
Expand Down Expand Up @@ -31,5 +45,9 @@
"sinon": "1.7.3",
"sinon-chai": "2.4.0",
"sandboxed-module": "0.2.2"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
}
}

0 comments on commit 2ece8f9

Please sign in to comment.