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

Remove unnecessary files from npm #836

Merged
merged 1 commit into from
Feb 17, 2018

Conversation

alexnoz
Copy link
Contributor

@alexnoz alexnoz commented Feb 17, 2018

There're some unnecessary files (eslint, prettier, CI configs, etc) in node_modules/parcel-bundler after installation.
This PR removes them, leaving only what is needed.

@codecov-io
Copy link

Codecov Report

Merging #836 into master will increase coverage by 1.36%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #836      +/-   ##
==========================================
+ Coverage   91.46%   92.82%   +1.36%     
==========================================
  Files          68       68              
  Lines        3573     3235     -338     
==========================================
- Hits         3268     3003     -265     
+ Misses        305      232      -73
Impacted Files Coverage Δ
src/worker.js 90.9% <0%> (-9.1%) ⬇️
src/transforms/uglify.js 87.5% <0%> (-4.81%) ⬇️
src/packagers/HTMLPackager.js 94.23% <0%> (-3.11%) ⬇️
src/utils/installPackage.js 91.3% <0%> (-2.35%) ⬇️
src/utils/PromiseQueue.js 96.15% <0%> (-2.29%) ⬇️
src/assets/StylusAsset.js 86.95% <0%> (-1.8%) ⬇️
src/packagers/RawPackager.js 95% <0%> (-1.16%) ⬇️
src/assets/HTMLAsset.js 96.7% <0%> (-1.15%) ⬇️
src/assets/JSONAsset.js 91.3% <0%> (-1.01%) ⬇️
src/transforms/postcss.js 95.45% <0%> (-0.91%) ⬇️
... and 24 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 246edd4...875406d. Read the comment docs.

@devongovett devongovett merged commit 6d9e68c into parcel-bundler:master Feb 17, 2018
@alexnoz alexnoz deleted the extra-files branch February 18, 2018 01:54
devongovett pushed a commit that referenced this pull request Oct 15, 2018
devongovett pushed a commit that referenced this pull request Oct 15, 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.

None yet

3 participants