Compare commits

...

2 Commits

Author SHA1 Message Date
Douglas Christopher Wilson
4e8726c41c 1.1.2 2014-06-19 11:09:23 -04:00
Douglas Christopher Wilson
d7d661245e deps: batch@0.5.1 2014-06-19 11:02:13 -04:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
1.1.2 / 2014-06-19
==================
* deps: batch@0.5.1
1.1.1 / 2014-06-11
==================

View File

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