Skip to content

Commit

Permalink
Upgrade to coffeescript ~2.2.2. Thanks to @jakesjews! Closes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Feb 26, 2018
1 parent 52db04b commit a91531f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v1.0.0"
- "iojs"
- "6"
- "8"
- "stable"
sudo: false
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# master

* Upgrade to coffeescript ~2.2.2
* We now require Node version 6 or newer

# 0.8.0

* Upgrade to coffee-script ~1.12.1
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var Filter = require('broccoli-persistent-filter')
var coffeeScript = require('coffee-script')
var coffeeScript = require('coffeescript')
var stringify = require('json-stable-stringify')

module.exports = CoffeeScriptFilter
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"broccoli-persistent-filter": "^1.1.5",
"coffee-script": "~1.12.1",
"coffeescript": "~2.2.2",
"json-stable-stringify": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a91531f

Please sign in to comment.