Compare commits

...

3 Commits

Author SHA1 Message Date
Douglas Christopher Wilson
b4cd08b1a3 1.0.1 2014-03-06 09:59:04 -05:00
Douglas Christopher Wilson
c1b2ad4a71 deps: negotiator@0.4.2 2014-03-06 09:58:26 -05:00
Douglas Christopher Wilson
e18a68fc94 docs: add note about Silk icons 2014-03-05 22:42:46 -05:00
2 changed files with 5 additions and 2 deletions

View File

@@ -37,3 +37,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
The [Silk](http://www.famfamfam.com/lab/icons/silk/) icons are created
by/copyright of [FAMFAMFAM](http://www.famfamfam.com/).

View File

@@ -1,7 +1,7 @@
{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.0.0",
"version": "1.0.1",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": {
@@ -13,7 +13,7 @@
},
"dependencies": {
"batch": "0.5.0",
"negotiator": "0.3.0"
"negotiator": "0.4.2"
},
"devDependencies": {
"connect": "^2.13.0",