Update npm-http-server dep

This commit is contained in:
Michael Jackson
2016-03-26 00:09:07 -07:00
parent a8687d3e75
commit 396906dde1
2 changed files with 5 additions and 2 deletions

View File

@ -7,11 +7,12 @@
"registryURL": "https://registry.npmjs.org",
"bowerBundle": "/bower.zip",
"redirectTTL": 500,
"autoIndex": true,
"port": 5000
},
"dependencies": {
"cors": "^2.7.1",
"express": "^4.13.4",
"npm-http-server": "^2.4.1"
"npm-http-server": "^2.5.0"
}
}