Skip to content

Commit

Permalink
fixed package.json for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpizz committed Apr 3, 2012
1 parent 5cb03f5 commit 987a4c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -4,9 +4,14 @@
"author": "Matt Pizzimenti", "author": "Matt Pizzimenti",
"description": "Turn logs into metrics like a boss", "description": "Turn logs into metrics like a boss",
"repository": { "repository": {
"url": "https://github.com/olark/hashmonitor" "type": "git",
"url": "git://github.com/olark/hashmonitor.git"
}, },
"homepage": "https://github.com/olark/hashmonitor",
"main": "lib/hashmonitor", "main": "lib/hashmonitor",
"bin": {
"hashmonitor": "./bin/hashmonitor"
},
"dependencies": { "dependencies": {
"coffee-script": "*" "coffee-script": "*"
}, },
Expand Down

0 comments on commit 987a4c7

Please sign in to comment.