-
Notifications
You must be signed in to change notification settings - Fork 21
chore(deps): upgrade to latest stable #21
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
chore(deps): upgrade to latest stable #21
Conversation
- cleaned up travis.yml. it now runs node 10/12/13. - cleaner coverage report scripts for each service. - replaced deprecated instanbul with nyc. - removed autotest. mocha has its own watcher (npm test -- -w)
Codecov Report
@@ Coverage Diff @@
## master #21 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 258 187 -71
Branches 64 0 -64
=====================================
- Hits 258 187 -71
Continue to review full report at Codecov.
|
heya @sokra, any chance you can review/release this? been a while since this package got some love... :) |
and several newly-found unneeded regex escapes.
also moved badges to top, and ensured https is used for codecov.
Where that packaged used? 😄 |
We use it at https://github.com/wix/stylable |
Thanks! |
thanks for merging @evilebottnawi |
@AviVahl yep, let's do it, patch release, right? |
@evilebottnawi yeah, patch release. contains tiny code cleanups and dependency upgrades. |
@AviVahl Done https://github.com/css-modules/css-selector-tokenizer/releases/tag/v0.7.2, sorry for delay |
Thanks! |
travis.yml
. it now runs node 10/12/13.instanbul
withnyc
.autotest
script. mocha has its own watcher (npm test -- -w
)