Skip to content

Commit

Permalink
Updating package.json, bumping npm version to 0.0.2 and republishing
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenb committed May 16, 2012
1 parent e31ca21 commit 55e09cb
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Stephen Blankenship",
"name": "notes",
"description": "a node.js version of Rails' \"rake notes\" functionality",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git://github.com/stephenb/node-notes.git"
Expand All @@ -15,6 +15,20 @@
{ "name": "Veselin Todorov",
"email": "hi@vesln.com" }
],
"dependencies": {},
"devDependencies": {}
"dependencies": {
"colors": "*"
},
"devDependencies": {
"coffee-script": ">= 1.1.1"
},
"bin": {
"notes": "./bin/notes"
},
"keywords": [
"notes",
"annotate",
"todo",
"fixme"
],
"preferGlobal": "true"
}

0 comments on commit 55e09cb

Please sign in to comment.