Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
244f8a5541 | ||
|
|
ed11812d3f | ||
|
|
4881fb27da | ||
|
|
07e47b1e78 | ||
|
|
55a5939596 |
11
HISTORY.md
11
HISTORY.md
@@ -1,3 +1,14 @@
|
||||
1.5.3 / 2014-12-10
|
||||
==================
|
||||
|
||||
* deps: accepts@~1.1.4
|
||||
- deps: mime-types@~2.0.4
|
||||
* deps: http-errors@~1.2.8
|
||||
- Fix stack trace from exported function
|
||||
* deps: mime-types@~2.0.4
|
||||
- Add new mime types
|
||||
- deps: mime-db@~1.3.0
|
||||
|
||||
1.5.2 / 2014-12-03
|
||||
==================
|
||||
|
||||
|
||||
10
package.json
10
package.json
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"name": "serve-index",
|
||||
"description": "Serve directory listings",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
|
||||
"license": "MIT",
|
||||
"repository": "expressjs/serve-index",
|
||||
"dependencies": {
|
||||
"accepts": "~1.1.3",
|
||||
"accepts": "~1.1.4",
|
||||
"batch": "0.5.1",
|
||||
"debug": "~2.1.0",
|
||||
"http-errors": "~1.2.7",
|
||||
"mime-types": "~2.0.3",
|
||||
"http-errors": "~1.2.8",
|
||||
"mime-types": "~2.0.4",
|
||||
"parseurl": "~1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"after": "0.8.1",
|
||||
"istanbul": "0.3.3",
|
||||
"istanbul": "0.3.5",
|
||||
"mocha": "~2.0.1",
|
||||
"supertest": "~0.15.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user