updated command-line-args

This commit is contained in:
Lloyd Brookes
2014-06-04 08:54:37 +01:00
parent 913f6573c5
commit 7e9b67df57
2 changed files with 6 additions and 6 deletions

View File

@ -14,14 +14,14 @@
"repository": "https://github.com/75lb/local-web-server",
"author": "Lloyd Brookes",
"dependencies": {
"command-line-args": "~0.0.2",
"command-line-args": "^0.2.0",
"compression": "^1.0.2",
"config-master": "~0.1.0",
"connect": "^3.0.0",
"console-dope": "~0.3.0",
"console-dope": "^0.3.0",
"morgan": "^1.0.0",
"serve-index": "^1.0.2",
"serve-static": "^1.1.0",
"wodge": "~0.6.0"
"wodge": "^0.7.0"
}
}