Compare commits

...

2 Commits

Author SHA1 Message Date
Douglas Christopher Wilson
a73d752247 1.1.3 2014-06-20 13:49:12 -04:00
Douglas Christopher Wilson
4e8cf53ce5 deps: accepts@~1.0.4 2014-06-20 13:48:16 -04:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
1.1.3 / 2014-06-20
==================
* deps: accepts@~1.0.4
- use `mime-types`
1.1.2 / 2014-06-19
==================

View File

@@ -1,12 +1,12 @@
{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.1.2",
"version": "1.1.3",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/serve-index",
"dependencies": {
"accepts": "1.0.3",
"accepts": "1.0.4",
"batch": "0.5.1"
},
"devDependencies": {