Skip to content

Commit

Permalink
chore(package): drop support for node 0.x
Browse files Browse the repository at this point in the history
Rollup plugins and latest mocha doesn't support 0.x version of node

Fixes #85, Fixes #83
  • Loading branch information
Lena Stotska committed Jan 10, 2018
1 parent f8c4df7 commit c27ab28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- 0.1
- 4.3
- stable

Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@
"build": "rollup -c support/compile.js"
},
"engines": {
"node": ">= 0.4.0"
"node": ">= 4.0.0"
},
"dependencies": {},
"devDependencies": {
"chai": "*",
"mocha": "*",
"rollup": "^0.47.4",
"rollup-plugin-commonjs": "^8.1.0"
},
"optionalDependencies": {}
}
}

0 comments on commit c27ab28

Please sign in to comment.