Skip to content

Commit

Permalink
Merge pull request #77 from yapplabs/drop-old-node-support
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 29, 2020
2 parents 8cb5062 + 8484193 commit f037496
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "0.10"
- "10"
script: npm test
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,8 @@ var assetNode = new AssetRewrite(node, {
- `ignore` - Default: `[]` - Ignore files from being rewritten.
- `annotation` - Default: null - A human-readable description for this plugin instance.

## Requirements

Node 10 or higher

[![ghit.me](https://ghit.me/badge.svg?repo=rickharrison/broccoli-asset-rewrite)](https://ghit.me/repo/rickharrison/broccoli-asset-rewrite)
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
node:
version: 4.2.4
version: 10

test:
override:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"istanbul": "^0.4.1",
"mocha": "~3.0.2",
"walk-sync": "~0.1.2"
},
"engines": {
"node": "10.* || 12.* || >= 14"
}
}

0 comments on commit f037496

Please sign in to comment.