Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f17363a45d | ||
|
|
db2163892e | ||
|
|
5c74d1e44a | ||
|
|
bd6f5553a5 |
@@ -6,7 +6,7 @@ node_js:
|
||||
- "1.0"
|
||||
- "1.8"
|
||||
- "2.0"
|
||||
- "2.1"
|
||||
- "2.3"
|
||||
sudo: false
|
||||
script: "npm run-script test-ci"
|
||||
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
1.7.1 / 2015-07-05
|
||||
==================
|
||||
|
||||
* deps: accepts@~1.2.10
|
||||
- deps: mime-types@~2.1.2
|
||||
* deps: mime-types@~2.1.2
|
||||
- Add new mime types
|
||||
|
||||
1.7.0 / 2015-06-15
|
||||
==================
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ environment:
|
||||
- nodejs_version: "1.0"
|
||||
- nodejs_version: "1.8"
|
||||
- nodejs_version: "2.0"
|
||||
- nodejs_version: "2.1"
|
||||
- nodejs_version: "2.3"
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm install
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "serve-index",
|
||||
"description": "Serve directory listings",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
|
||||
"license": "MIT",
|
||||
"repository": "expressjs/serve-index",
|
||||
"dependencies": {
|
||||
"accepts": "~1.2.9",
|
||||
"accepts": "~1.2.10",
|
||||
"batch": "0.5.2",
|
||||
"debug": "~2.2.0",
|
||||
"escape-html": "1.0.2",
|
||||
"http-errors": "~1.3.1",
|
||||
"mime-types": "~2.1.1",
|
||||
"mime-types": "~2.1.2",
|
||||
"parseurl": "~1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user