Cache redirects for 5 mins

This commit is contained in:
Michael Jackson
2016-03-18 12:45:49 -07:00
parent b7aff74b46
commit d452d57d86
2 changed files with 5 additions and 2 deletions

View File

@ -6,11 +6,12 @@
"config": {
"registryURL": "https://registry.npmjs.org",
"bowerBundle": "/bower.zip",
"redirectTTL": 500,
"port": 5000
},
"dependencies": {
"cors": "^2.7.1",
"express": "^4.13.4",
"npm-http-server": "^2.3.1"
"npm-http-server": "^2.4.0"
}
}