- Notifications
You must be signed in to change notification settings - Fork142
Upgrade all dependencies & enforce action.type#36
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- action.type must be a string or Symbol (the latter may or may not bedropped, so test support can also be removed easily)- use npm scripts instead of Makefile- use Babel 6- use nyc for code coverage and coveralls- test against latest versions of Node LTS- add editorconfig
JaKXz commentedOct 6, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
CI |
@JaKXz Sorry I haven't responded to this yet! Been pretty busy lately. This all looks great. |
JaKXz commentedOct 27, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@acdlite no worries! life first 👍 I'll reset my last commit. |
Btw I just sent you an email |
Uh oh!
There was an error while loading.Please reload this page.
action.typemust be a string or Symbol (the latter may or may not bedropped, so test support can also be removed easily)
nyc(disclaimer: I'm a collaborator onnyc) for code coverage and coveralls.editorconfigmocha.optsand mocha-friendlier file structure [+this way__tests__are not published in the npm package]package.json filesto reduce published lib sizecross-envandrimrafyarn.lock🎉@acdlite@yangmillstheory I got a little carried away (when I noticed
iojsin.travis.yml)... hopefully all of this makes sense - apologies for all of it at once.