Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump broccoli-autoprefixer to v5 & drop node .12 support #37

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-autoprefixer",
"version": "0.7.0",
"version": "0.8.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future, please don't bump the version number of the package in the PR ✨

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, noted. Thanks for the merge!

"description": "Process styles in an ember-cli application using Autoprefixer",
"directories": {
"doc": "doc",
Expand All @@ -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