Compare commits

..

7 Commits

Author SHA1 Message Date
Douglas Christopher Wilson
f39ad778ed 1.7.2 2015-07-31 00:06:52 -04:00
Douglas Christopher Wilson
73413c4caa deps: mime-types@~2.1.4 2015-07-30 23:42:56 -04:00
Douglas Christopher Wilson
6711bfa431 deps: accepts@~1.2.12 2015-07-30 23:42:19 -04:00
Douglas Christopher Wilson
f17363a45d 1.7.1 2015-07-05 23:32:34 -04:00
Douglas Christopher Wilson
db2163892e deps: mime-types@~2.1.2 2015-07-05 23:30:07 -04:00
Douglas Christopher Wilson
5c74d1e44a deps: accepts@~1.2.10 2015-07-05 23:29:30 -04:00
Douglas Christopher Wilson
bd6f5553a5 build: io.js@2.3 2015-07-05 23:28:22 -04:00
4 changed files with 21 additions and 5 deletions

View File

@@ -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"

View File

@@ -1,3 +1,19 @@
1.7.2 / 2015-07-30
==================
* deps: accepts@~1.2.12
- deps: mime-types@~2.1.4
* deps: mime-types@~2.1.4
- Add new mime types
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
==================

View File

@@ -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

View File

@@ -1,17 +1,17 @@
{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.7.0",
"version": "1.7.2",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/serve-index",
"dependencies": {
"accepts": "~1.2.9",
"accepts": "~1.2.12",
"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.4",
"parseurl": "~1.3.0"
},
"devDependencies": {