Skip to content

Commit

Permalink
Bump broccoli-autoprefixer & drop node .12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshay authored and kimroen committed Aug 26, 2017
1 parent 292af85 commit 41f7edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
---
language: node_js
node_js:
- "0.12"
- '6'
- '4'

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/kimroen/ember-cli-autoprefixer",
"engines": {
"node": ">= 0.10.0"
"node": ">= 4"
},
"author": "Kim Røen",
"license": "MIT",
Expand Down Expand Up @@ -53,7 +53,7 @@
"preprocess"
],
"dependencies": {
"broccoli-autoprefixer": "^4.1.0",
"broccoli-autoprefixer": "^5.0.0",
"lodash": "^4.0.0"
},
"ember-addon": {
Expand Down

0 comments on commit 41f7edc

Please sign in to comment.