Skip to content

Commit

Permalink
CoffeeScript 2 is Node 6+
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Sep 19, 2017
1 parent a206841 commit dd285fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: node_js
node_js:
- 0.10
- 0.12
- 4
- 6
- 8
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "coffeeify",
"version": "3.0.0",
"description": "browserify plugin for coffeescript with support for mixed .js and .coffee files",
"engines": {
"node": ">=6"
},
"main": "index.js",
"dependencies": {
"convert-source-map": "^1.3.0",
Expand Down

0 comments on commit dd285fb

Please sign in to comment.