Skip to content

Commit e373272

Browse files
authored
chore: add allowlist instead of blocklist for released files (#305)
1 parent 5c8d7b0 commit e373272

File tree

2 files changed

+8
-54
lines changed

2 files changed

+8
-54
lines changed

.npmignore

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

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"description": "DateTimePicker component for React Native",
55
"main": "./src/index.js",
66
"types": "src/index.d.ts",
7+
"files": [
8+
"ios",
9+
"android",
10+
"src",
11+
"flow-typed",
12+
"windows",
13+
"RNDateTimePicker.podspec"
14+
],
715
"publishConfig": {
816
"access": "public"
917
},

0 commit comments

Comments
 (0)