Compare commits

...

2 Commits

Author SHA1 Message Date
Douglas Christopher Wilson
a879aee5e5 1.1.4 2014-06-20 15:38:46 -04:00
Douglas Christopher Wilson
7ba4f7cf44 deps: accepts@~1.0.5 2014-06-20 15:38:04 -04:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
1.1.4 / 2014-06-20
==================
* deps: accepts@~1.0.5
1.1.3 / 2014-06-20
==================

View File

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