Adding wildcard nodemon version dependency

This commit is contained in:
Marco Bettiolo 2014-05-19 23:13:31 +01:00
parent 8599ee9d36
commit 1f323723d3

View file

@ -4,7 +4,7 @@
"description": "node-echo", "description": "node-echo",
"main": "server.js", "main": "server.js",
"dependencies": { "dependencies": {
"nodemon": "^1.0.19" "nodemon": "*"
}, },
"engine": { "engine": {
"node": "*", "node": "*",
@ -15,7 +15,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/bettiolo/node-echo.git" "url": "http://github.com/bettiolo/node-echo.git"
}, },
"keywords": [ "keywords": [
"Echo" "Echo"
@ -23,7 +23,7 @@
"author": "Marco Bettiolo <marco@bettiolo.it>", "author": "Marco Bettiolo <marco@bettiolo.it>",
"license": "", "license": "",
"bugs": { "bugs": {
"url": "https://github.com/bettiolo/node-echo/issues" "url": "http://github.com/bettiolo/node-echo/issues"
}, },
"homepage": "http://apilb.com" "homepage": "http://apilb.com"
} }