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

restrict files included in npm package #385

Merged
merged 1 commit into from
Oct 21, 2016

Conversation

darrachequesne
Copy link
Contributor

@darrachequesne darrachequesne commented Oct 19, 2016

Currently, the npm package contains the following:

benchmarks/
bin/
examples/
lib/
node_modules/
test/
.eslintrc
.npmignore
.travis.yml
API.md
Changelog.md
index.js
LICENSE
package.json
README.md
test_sentinel.js

Would it make sense to restrict it to the following?

lib/
Changelog.md
index.js
LICENSE
package.json
README.md

Edit: it should be easier than tracking each file 😇 (1df3da9)

@luin
Copy link
Collaborator

luin commented Oct 21, 2016

Good point! Thank you for the patch.

@luin luin merged commit d34bfd0 into redis:master Oct 21, 2016
@darrachequesne
Copy link
Contributor Author

You're welcome!

@darrachequesne darrachequesne deleted the restrict-files branch October 21, 2016 06:58
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