Skip to content

Commit 4abca46

Browse files
committed
chore(generator): simplify files inclusion in package.json to include all src files and root README and LICENSE files
1 parent 888d9e0 commit 4abca46

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

packages/generator/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@
7171
],
7272
"files": [
7373
"dist/**/*",
74-
"src/copy/**/*",
75-
"src/client/**/*",
76-
"!**/.DS_Store",
77-
"README.md",
78-
"LICENSE"
74+
"src/**/*",
75+
"../../README.md",
76+
"../../LICENSE"
7977
],
8078
"release": {
8179
"branches": [

0 commit comments

Comments
 (0)