Skip to content

Commit

Permalink
support 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Sep 8, 2014
1 parent a5e0a90 commit b3d15c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.11"
Expand Down
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"version": "0.4.7",
"author": "Federico Romero <federico.romero@outboxlabs.com>",
"contributors": ["Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"],
"repository": {
"type": "git",
"url": "git://github.com/jshttp/negotiator.git"
},
"repository": "jshttp/negotiator",
"keywords": [
"http",
"content negotiation",
Expand All @@ -16,7 +13,6 @@
"accept-encoding",
"accept-charset"
],
"engine": "node >= 0.6",
"license": "MIT",
"devDependencies": {
"istanbul": "~0.3.2",
Expand All @@ -26,9 +22,8 @@
"test": "nodeunit test",
"test-cov": "istanbul cover nodeunit test"
},
"optionalDependencies": {},
"engines": {
"node": "*"
"node": ">= 0.6"
},
"main": "lib/negotiator.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NPM Version](https://img.shields.io/npm/v/negotiator.svg?style=flat)](https://www.npmjs.org/package/negotiator)
[![NPM Downloads](https://img.shields.io/npm/dm/negotiator.svg?style=flat)](https://www.npmjs.org/package/negotiator)
[![Node.js Version](https://img.shields.io/badge/node.js->=_0.8-brightgreen.svg?style=flat)](http://nodejs.org/download/)
[![Node.js Version](https://img.shields.io/badge/node.js->=_0.6-brightgreen.svg?style=flat)](http://nodejs.org/download/)
[![Build Status](http://img.shields.io/travis/jshttp/negotiator.svg?style=flat)](https://travis-ci.org/jshttp/negotiator)
[![Coverage Status](https://img.shields.io/coveralls/jshttp/negotiator.svg?style=flat)](https://coveralls.io/r/jshttp/negotiator)

Expand Down

0 comments on commit b3d15c6

Please sign in to comment.