From 1f323723d3cec4691394397b6e1bf5b28e1e9ccd Mon Sep 17 00:00:00 2001 From: Marco Bettiolo Date: Mon, 19 May 2014 23:13:31 +0100 Subject: [PATCH] Adding wildcard nodemon version dependency --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 94c5190..696fbef 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "node-echo", "main": "server.js", "dependencies": { - "nodemon": "^1.0.19" + "nodemon": "*" }, "engine": { "node": "*", @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/bettiolo/node-echo.git" + "url": "http://github.com/bettiolo/node-echo.git" }, "keywords": [ "Echo" @@ -23,7 +23,7 @@ "author": "Marco Bettiolo ", "license": "", "bugs": { - "url": "https://github.com/bettiolo/node-echo/issues" + "url": "http://github.com/bettiolo/node-echo/issues" }, "homepage": "http://apilb.com" }