Skip to content
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

Merged
merged 3 commits into from
Mar 20, 2018
Merged

Update package.json #28

merged 3 commits into from
Mar 20, 2018

Conversation

simonepri
Copy link
Collaborator

@simonepri simonepri commented Mar 16, 2018

Changes

  • Add bugs property
  • Use compact syntax for contributors
  • Add keyboard property
  • Add main and bin property
  • Add files property removing .npmignore
  • Use shorthand for repository property
  • Add myself to the contributors array

Ref #26

Please merge this before #27

cc @nelsonic @indexzero @zixia @soyuka

@simonepri
Copy link
Collaborator Author

@nelsonic Can I add you as contributor?

@indexzero Any chances to add one of @zixia or @nelsonic or @simonepri inside the contributors on npm?

},
"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"
Copy link
Collaborator

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. 🤔

Copy link
Collaborator Author

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

Copy link
Collaborator

@nelsonic nelsonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simonepri LGTM. 👍 (thanks)

@nelsonic nelsonic merged commit 4790507 into indexzero:master Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants