ntohq/buefy-next

License file missing in NPM package

Opened this issue · 1 comments

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

@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.