Skip to content

Commit fb43226

Browse files
committed
chore: update package files and license setup
- Remove `LICENSE` from `core` package files and adjust file paths. - Include `README.md` in `nuxt` package files. - Consolidate and relocate `LICENSE` file.
1 parent f9caa0a commit fb43226

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
lines changed
File renamed without changes.

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
},
4444
"files": [
4545
"dist",
46-
"README.md",
47-
"LICENSE"
46+
"README.md"
4847
],
4948
"sideEffects": false,
5049
"scripts": {

packages/nuxt/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/nuxt/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
}
3737
},
3838
"files": [
39-
"dist"
39+
"dist",
40+
"README.md"
4041
],
4142
"scripts": {
4243
"prepack": "nuxt-module-build prepare && nuxt-module-build build",

0 commit comments

Comments
 (0)