Skip to content

Commit 4a9022d

Browse files
authored
chore: add whitelist for publishing to npm (#109)
1 parent 49859f0 commit 4a9022d

File tree

2 files changed

+7
-85
lines changed

2 files changed

+7
-85
lines changed

.npmignore

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

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
],
1111
"homepage": "https://github.com/react-native-community/push-notification-ios#readme",
1212
"license": "MIT",
13+
"files": [
14+
"android",
15+
"ios",
16+
"js",
17+
"index.d.ts",
18+
"RNCPushNotificationIOS.podspec"
19+
],
1320
"scripts": {
1421
"start": "react-native start",
1522
"android": "cd example && react-native run-android",

0 commit comments

Comments
 (0)