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

Published npm package lit-element 2.3.1 has 5 nested ts3.4 folders? #976

Closed
daKmoR opened this issue Apr 26, 2020 · 1 comment · Fixed by #1057
Closed

Published npm package lit-element 2.3.1 has 5 nested ts3.4 folders? #976

daKmoR opened this issue Apr 26, 2020 · 1 comment · Fixed by #1057

Comments

@daKmoR
Copy link
Contributor

daKmoR commented Apr 26, 2020

Description

Seems wayyy to many files are published to npm?
I am pretty sure 5 nested ts3.4 folder are not needed?

Feel free to explore it live on unpkg.
https://unpkg.com/browse/lit-element@2.3.1/

Here is the full file list tree

.
├── lib
│   ├── css-tag.d.ts
│   ├── css-tag.d.ts.map
│   ├── css-tag.js
│   ├── css-tag.js.map
│   ├── decorators.d.ts
│   ├── decorators.d.ts.map
│   ├── decorators.js
│   ├── decorators.js.map
│   ├── react.d.ts
│   ├── react.d.ts.map
│   ├── react.js
│   ├── react.js.map
│   ├── render-helpers.d.ts
│   ├── render-helpers.js
│   ├── render-helpers.js.map
│   ├── updating-element.d.ts
│   ├── updating-element.d.ts.map
│   ├── updating-element.js
│   └── updating-element.js.map
├── src
│   ├── lib
│   │   ├── css-tag.ts
│   │   ├── decorators.ts
│   │   └── updating-element.ts
│   ├── env.d.ts
│   └── lit-element.ts
├── ts3.4
│   ├── demo
│   │   └── ts-element.d.ts
│   ├── lib
│   │   ├── css-tag.d.ts
│   │   ├── decorators.d.ts
│   │   ├── react.d.ts
│   │   ├── render-helpers.d.ts
│   │   └── updating-element.d.ts
│   ├── src
│   │   └── env.d.ts
│   ├── test
│   │   ├── lib
│   │   │   ├── decorators_test.d.ts
│   │   │   ├── react_test.d.ts
│   │   │   └── updating-element_test.d.ts
│   │   ├── lit-element_styling_test.d.ts
│   │   ├── lit-element_test.d.ts
│   │   ├── render-helpers_test.d.ts
│   │   ├── test-helpers.d.ts
│   │   └── updating-element_test.d.ts
│   ├── ts3.4
│   │   ├── demo
│   │   │   └── ts-element.d.ts
│   │   ├── lib
│   │   │   ├── css-tag.d.ts
│   │   │   ├── decorators.d.ts
│   │   │   ├── react.d.ts
│   │   │   ├── render-helpers.d.ts
│   │   │   └── updating-element.d.ts
│   │   ├── src
│   │   │   └── env.d.ts
│   │   ├── test
│   │   │   ├── lib
│   │   │   │   ├── decorators_test.d.ts
│   │   │   │   ├── react_test.d.ts
│   │   │   │   └── updating-element_test.d.ts
│   │   │   ├── lit-element_styling_test.d.ts
│   │   │   ├── lit-element_test.d.ts
│   │   │   ├── render-helpers_test.d.ts
│   │   │   ├── test-helpers.d.ts
│   │   │   └── updating-element_test.d.ts
│   │   ├── ts3.4
│   │   │   ├── demo
│   │   │   │   └── ts-element.d.ts
│   │   │   ├── lib
│   │   │   │   ├── css-tag.d.ts
│   │   │   │   ├── decorators.d.ts
│   │   │   │   ├── react.d.ts
│   │   │   │   ├── render-helpers.d.ts
│   │   │   │   └── updating-element.d.ts
│   │   │   ├── src
│   │   │   │   └── env.d.ts
│   │   │   ├── test
│   │   │   │   ├── lib
│   │   │   │   │   ├── decorators_test.d.ts
│   │   │   │   │   ├── react_test.d.ts
│   │   │   │   │   └── updating-element_test.d.ts
│   │   │   │   ├── lit-element_styling_test.d.ts
│   │   │   │   ├── lit-element_test.d.ts
│   │   │   │   ├── render-helpers_test.d.ts
│   │   │   │   ├── test-helpers.d.ts
│   │   │   │   └── updating-element_test.d.ts
│   │   │   ├── ts3.4
│   │   │   │   ├── demo
│   │   │   │   │   └── ts-element.d.ts
│   │   │   │   ├── lib
│   │   │   │   │   ├── css-tag.d.ts
│   │   │   │   │   ├── decorators.d.ts
│   │   │   │   │   ├── react.d.ts
│   │   │   │   │   ├── render-helpers.d.ts
│   │   │   │   │   └── updating-element.d.ts
│   │   │   │   ├── src
│   │   │   │   │   └── env.d.ts
│   │   │   │   ├── test
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── decorators_test.d.ts
│   │   │   │   │   │   ├── react_test.d.ts
│   │   │   │   │   │   └── updating-element_test.d.ts
│   │   │   │   │   ├── lit-element_styling_test.d.ts
│   │   │   │   │   ├── lit-element_test.d.ts
│   │   │   │   │   ├── render-helpers_test.d.ts
│   │   │   │   │   ├── test-helpers.d.ts
│   │   │   │   │   └── updating-element_test.d.ts
│   │   │   │   └── lit-element.d.ts
│   │   │   └── lit-element.d.ts
│   │   └── lit-element.d.ts
│   ├── lit-element.d.ts
│   └── tsconfig.json
├── CHANGELOG.md
├── LICENSE
├── lit-element.d.ts
├── lit-element.d.ts.map
├── lit-element.js
├── lit-element.js.map
├── package.json
└── README.md

Acceptance criteria

Published npm artifact should only contain needed files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants