Adding wildcard nodemon version dependency

This commit is contained in:
Marco Bettiolo 2014-05-19 23:13:31 +01:00
parent 8599ee9d36
commit 1f323723d3
1 changed files with 3 additions and 3 deletions

View File

@ -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 <marco@bettiolo.it>",
"license": "",
"bugs": {
"url": "https://github.com/bettiolo/node-echo/issues"
"url": "http://github.com/bettiolo/node-echo/issues"
},
"homepage": "http://apilb.com"
}