Skip to content

Commit 73be7a8

Browse files
author
Ethan Cohen
committed
[support] - Remove support for node < v4 for development purposes.
1 parent 8c8f298 commit 73be7a8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: node_js
22
node_js:
3-
- 0.10
4-
- 0.12
5-
- iojs
63
- 4
74
- 5
85
- 6

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"prepublish": "npm run lint && npm run test && npm run build",
2222
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
2323
"lint": "eslint --config .eslintrc src tests",
24-
"lint:fix": "npm run lint -- fix",
25-
"pretest": "npm run lint",
24+
"lint:fix": "npm run lint -- --fix",
25+
"pretest": "npm run lint:fix",
2626
"test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
2727
},
2828
"devDependencies": {
@@ -39,7 +39,7 @@
3939
"rimraf": "^2.5.2"
4040
},
4141
"engines": {
42-
"node": ">=0.10.0"
42+
"node": ">=4.0"
4343
},
4444
"license": "MIT",
4545
"dependencies": {

0 commit comments

Comments
 (0)