Compare commits

...

4 Commits

Author SHA1 Message Date
Douglas Christopher Wilson
591fd9ca13 1.2.1 2014-09-06 00:02:42 -04:00
Douglas Christopher Wilson
857b37aad4 deps: accepts@~1.1.0 2014-09-05 23:32:41 -04:00
Douglas Christopher Wilson
40a38e688d deps: istanbul@0.3.2 2014-09-05 23:31:51 -04:00
Douglas Christopher Wilson
874d32748b deps: debug@~2.0.0 2014-09-05 23:31:13 -04:00
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
1.2.1 / 2014-09-05
==================
* deps: accepts@~1.1.0
* deps: debug@~2.0.0
1.2.0 / 2014-08-25
==================

View File

@@ -1,18 +1,18 @@
{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.2.0",
"version": "1.2.1",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/serve-index",
"dependencies": {
"accepts": "~1.0.7",
"accepts": "~1.1.0",
"batch": "0.5.1",
"debug": "1.0.4",
"debug": "~2.0.0",
"parseurl": "~1.3.0"
},
"devDependencies": {
"istanbul": "0.3.0",
"istanbul": "0.3.2",
"mocha": "~1.21.1",
"should": "~4.0.0",
"supertest": "~0.13.0"