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

tidy up packaging #45

Merged
merged 3 commits into from Dec 19, 2018
Merged

tidy up packaging #45

merged 3 commits into from Dec 19, 2018

Conversation

shiftkey
Copy link
Member

The current master branch generates a package that looks like this:

npm notice === Tarball Details ===
npm notice name:          registry-js
npm notice version:       1.0.7
npm notice filename:      registry-js-1.0.7.tgz
npm notice package size:  954.5 kB
npm notice unpacked size: 4.3 MB
npm notice shasum:        1d857d4d984856cfe96a6484dc56648059b8477e
npm notice integrity:     sha512-yiXLlt5AeZGOz[...]HYsiNUjWQufKg==
npm notice total files:   25

With this PR, we get it back down to something more sane:

npm notice === Tarball Details ===
npm notice name:          registry-js
npm notice version:       1.0.7
npm notice filename:      registry-js-1.0.7.tgz
npm notice package size:  23.6 kB
npm notice unpacked size: 74.4 kB
npm notice shasum:        ba7aa39fd04d72a59ce458006615f8dfc5d45a2a
npm notice integrity:     sha512-m3PYW1jZGwWTs[...]sani+PeeAIG/Q==
npm notice total files:   21

@shiftkey shiftkey merged commit 8ce1dab into master Dec 19, 2018
@shiftkey shiftkey deleted the tidy-up-packaging branch December 19, 2018 01:55
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.

None yet

1 participant