ntohq / buefy-next

Lightweight UI components for Vue.js (Vue3) based on Bulma
https://v3.buefy.org
MIT License
122 stars 10 forks source link

License file missing in NPM package #276

Open GTarkin opened 2 months ago

GTarkin commented 2 months ago

Overview of the problem

Buefy version: [0.1.4]

Description

In the npm-package of buefy-next the license file is missing. In our project we use an automated way to gather all license files of all of our dependencies and aggregate them into a html-page we show to our user. This steps fails with buefy-next as the license is not part of the delivered package.

Steps to reproduce

No steps - just have a look into the npm-package

Expected behavior

The license file is shipped with the npm-package

Actual behavior

See above

wesdevpro commented 2 months ago

@GTarkin @kikuomax

I can confirm that Buefy-next does not bundle the License file image

And I can confirm that it is standard to bundle the License file.

image

Be on the lookout for a PR that will fix this issue.