-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update package.json #28
Conversation
@nelsonic Can I add you as contributor? @indexzero Any chances to add one of @zixia or @nelsonic or @simonepri inside the contributors on |
}, | ||
"scripts": { | ||
"_comment": "https://github.com/gotwarlost/istanbul#usage-on-windows", | ||
"test": "istanbul cover node_modules/tape/bin/tape test/test.js test/direct.js", | ||
"coverage": "npm test && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", | ||
"codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=84436b4f13c70ace9c62e7f04928bf23c234eb212c0232d39d7fb1535beb2da5 codeclimate < coverage/lcov.info" | ||
}, | ||
"dependencies": { | ||
"event-stream": "~3.3.0" |
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.
It's unclear from this
PR where event-stream
is being used.
Perhaps consider adding detail to the PR description as to why/where it is required. 🤔
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.
event-stream is already in the package.json
I just reordered the keys
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.
@simonepri LGTM. 👍 (thanks)
Changes
bugs
propertykeyboard
propertymain
andbin
propertyfiles
property removing.npmignore
repository
propertyRef #26
Please merge this before #27
cc @nelsonic @indexzero @zixia @soyuka