Skip to content

Commit bec8ff3

Browse files
Update .npmignore config
1 parent ce89293 commit bec8ff3

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

android/.npmignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*.iml
2+
.DS_Store
3+
.gradle/
4+
.idea/
5+
.npmignore
6+
build/
7+
gradle/
8+
gradlew
9+
gradlew.bat
10+
local.properties

ios/.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*/project.xcworkspace/
2+
*/xcuserdata/
3+
.DS_Store
4+
.npmignore
5+
Pods/
6+
build/

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@
2020
]
2121
},
2222
"files": [
23-
"package.json",
24-
"CODE_OF_CONDUCT.md",
25-
"CONTRIBUTING.md",
26-
"LICENSE",
27-
"ios",
2823
"android",
29-
"index.js",
24+
"ios",
3025
"index.d.ts",
3126
"react-native-app-auth.podspec"
3227
],

0 commit comments

Comments
 (0)