Skip to content

Commit

Permalink
Remove nodemon as an dependency, should be installed separately and g…
Browse files Browse the repository at this point in the history
…lobally.
  • Loading branch information
mape committed Jan 17, 2012
1 parent ce339a5 commit 457e3c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name" : "node-express-boilerplate",
"description" : "A boilerplate used to quickly get projects going.",
"version" : "0.0.1",
"version" : "0.0.2",
"author" : "Mathias Pettersson <mape@mape.me>",
"engines" : ["node"],
"repository" : { "type":"git", "url":"http://github.com/mape/node-express-boilerplate" },
Expand All @@ -15,7 +15,6 @@
"connect-redis" : ">=1.0.7",
"connect-notifo" : ">=0.0.1",
"airbrake" : ">=0.2.0",
"everyauth" : ">=0.2.18",
"nodemon" : ">=0.5.3"
"everyauth" : ">=0.2.18"
}
}

0 comments on commit 457e3c1

Please sign in to comment.