-
Notifications
You must be signed in to change notification settings - Fork 15
chore(release): 4.0.0 #57
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
Conversation
6ee4754
to
f36c33b
Compare
package.json
Outdated
"description": "ICSS utils for postcss ast", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" |
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.
NEED REMOVE before release (require for tests and migration other plugins)
f36c33b
to
f3fdb6d
Compare
package.json
Outdated
"description": "ICSS utils for postcss ast", | ||
"main": "lib/index.js", | ||
"main": "src/index.js", |
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.
NEED CHANGE before release (require for tests and migration other plugins)
7852c54
to
f44e311
Compare
@@ -1,3 +1,2 @@ | |||
node_modules | |||
coverage | |||
lib |
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.
NEED RETURN before release (require for fast migration and testing)
f44e311
to
a9c1dc0
Compare
a9c1dc0
to
daa2719
Compare
@evilebottnawi hi, do you need help here? Looks like if we drop the node@4 support, we can also drop babel and remove the lib folder totally. |
@sullenor sorry, don't have time on this right now, feel free to do what you plan, I will fix the problems that I solved here later, they are not critical |
Close in favor #61 |
fixes #54