We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd7d87 commit b4fd1d8Copy full SHA for b4fd1d8
.npmignore
package.json
@@ -150,5 +150,26 @@
150
"fakeTimers": {
151
"legacyFakeTimers": true
152
}
153
- }
+ },
154
+ "files": [
155
+ "*.js",
156
+ "*.d.ts",
157
+ "!scripts",
158
+ "scripts/prReleaseNotesCommon.js",
159
+ "src",
160
+ "testkit",
161
+ "ReactNativeUILib.podspec",
162
+ "!src/**/*.ts",
163
+ "src/**/*.d.ts",
164
+ "!src/**/*.tsx",
165
+ "!src/**/__tests__",
166
+ "!**/.DS_Store",
167
+ "lib/components",
168
+ "lib/ios",
169
+ "lib/android",
170
+ "!lib/android/build",
171
+ "!lib/scripts",
172
+ "lib/package.json",
173
+ "lib/ReactNativeUILib.podspec"
174
+ ]
175
0 commit comments