Skip to content

Commit

Permalink
Remove Node 0.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jun 25, 2015
1 parent 24a6ee3 commit a12bb64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,5 @@ before_script:
- sh -e /etc/init.d/xvfb start

node_js:
- "0.8"
- "0.10"
- "0.11"
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -8,7 +8,7 @@
"url": "http://github.com/nfroidure/UTF8.js.git"
},
"engines": {
"node": "*"
"node" : ">=0.10.0"
},
"dependencies": {
"string.fromcodepoint": "^0.2.1",
Expand All @@ -31,8 +31,12 @@
"cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000"
},
"keywords": [
"command",
"events"
"utf-8",
"encode",
"decode",
"encoder",
"decoder",
"strict"
],
"main": "./src/UTF8.js",
"preferGlobal": "false"
Expand Down

0 comments on commit a12bb64

Please sign in to comment.