-
Notifications
You must be signed in to change notification settings - Fork 115
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
Use PostCSS 6 #283
Use PostCSS 6 #283
Conversation
- Updates .travis.yml to test Node (stable), Node 4.5 - Updates appveyor.yml to test Node 7, Node 4.5
- Update JS files to pass eslint-config-i-am-meticulous
- Update all tests, as they are now run relative to the package directory via avajs/ava#1074 - Update plugins.js, as AVA requires an assertion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; Thanks for doing this
eslint-config-i-am-meticulous removed all stylistic rules in favor of prettier; so I'll have to figure out something there. Doesn't need changed for the release, though. |
I'll merge this as soon as I have a chance to release |
Can't wait to get this one merged 👍 |
Hopefully tonight |
@jonathantneal Thanks a lot! |
This PR updates PostCSS 6 and all dependencies. It is divided into separate commits, all of which individually pass testing.
Note: eslint did require removing the jspmResolve oddity.