Skip to content

Commit 5ebe8e1

Browse files
authored
feat: remove files from package.json (#2990)
## Description It is necessary to publish everything inside the folder for the example to work properly, just like the other examples. When applying the src/** filter, neither the rspack-entires folder nor the rspack.config.ts file was published.
1 parent 64bc720 commit 5ebe8e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/flow-builder-typescript/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
"source-map-loader": "^0.2.4",
3939
"unorm": "^1.6.0"
4040
},
41-
"files": [
42-
"doc/**",
43-
"lib/**",
44-
"src/**",
45-
"README.md"
46-
],
4741
"engines": {
4842
"node": ">=20.0.0",
4943
"npm": ">=10.0.0"

0 commit comments

Comments
 (0)