Skip to content

Commit bb94f55

Browse files
committed
fix: optimize npm package files inclusion/exclusion
1 parent ff72f47 commit bb94f55

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"cpp",
2121
"*.podspec",
2222
"react-native.config.js",
23+
".github",
24+
"LICENSE",
25+
"README.md",
26+
"CHANGELOG.md",
27+
"CODE_OF_CONDUCT.md",
28+
"CONTRIBUTING.md",
29+
"tsconfig.json",
30+
"babel.config.js",
2331
"!ios/build",
2432
"!android/build",
2533
"!android/gradle",
@@ -29,7 +37,16 @@
2937
"!**/__tests__",
3038
"!**/__fixtures__",
3139
"!**/__mocks__",
32-
"!**/.*"
40+
"!.yarn",
41+
"!.yarnrc.yml",
42+
"!.git",
43+
"!.gitignore",
44+
"!.eslintrc.js",
45+
"!.DS_Store",
46+
"!lefthook.yml",
47+
"!turbo.json",
48+
"!tsconfig.build.json",
49+
"!yarn.lock"
3350
],
3451
"scripts": {
3552
"example": "yarn workspace munim-bluetooth-peripheral-example",

0 commit comments

Comments
 (0)