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

Limit packaging extraneous files #244

Merged
merged 1 commit into from
Jun 25, 2016
Merged

Limit packaging extraneous files #244

merged 1 commit into from
Jun 25, 2016

Conversation

MarkHerhold
Copy link
Contributor

matter.js is including a lot of extra files when published to npm. This PR removes them.

Here are the list of files that are currently being published:

   36.2 MiB [ 90.7%] /test                                                                                                                                                      
    2.7 MiB [  6.8%] /demo
  376.0 KiB [  0.9%] /build
  352.0 KiB [  0.9%] /src
  176.0 KiB [  0.4%] /examples
   44.0 KiB [  0.1%]  CHANGELOG.md
   12.0 KiB [  0.0%]  README.md
   12.0 KiB [  0.0%]  Gulpfile.js
    4.0 KiB [  0.0%]  package.json
    4.0 KiB [  0.0%]  .eslintrc
    4.0 KiB [  0.0%]  LICENSE
    4.0 KiB [  0.0%]  CONTRIBUTING.md
    4.0 KiB [  0.0%]  bower.json
    4.0 KiB [  0.0%]  .travis.yml
    4.0 KiB [  0.0%]  .npmignore

This PR removes things like CONTRIBUTING.md and .travis.yml.
package.json, the README, and the LICENSE are automatically retained by NPM.

https://docs.npmjs.com/files/package.json#files

@MarkHerhold
Copy link
Contributor Author

@liabru Any chance this can get merged?

@liabru liabru merged commit 3449ca5 into liabru:master Jun 25, 2016
@liabru
Copy link
Owner

liabru commented Jun 25, 2016

Looks good, this should be applied on the next release. Thanks guys.

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