-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: adding new files w/ rollup shouldn't error #422
Conversation
Travis tests have failedHey @tivac, Node.js: 6npm test -- --coverage --verbose --ci
|
Travis tests have failedHey @tivac, Node.js: 6npm test -- --coverage --verbose --ci
|
Hey @tivac, TravisCI finished with status |
Fixes #421 BREAKING CHANGE: Processor.remove now always returns an array. If nothing was removed the array will be empty.
Fixes #421 by making the result of
Processor.remove()
always an array instead of sometimesnull
.