Parcourir la source

fix(build): npmignore unwanted platform-specific files (#41)

Mike Hardy il y a 4 ans
Parent
révision
e0c62aeb5e
No account linked to committer's email address
3 fichiers modifiés avec 16 ajouts et 1 suppressions
  1. 10
    0
      android/.npmignore
  2. 6
    0
      ios/.npmignore
  3. 0
    1
      package.json

+ 10
- 0
android/.npmignore Voir le fichier

@@ -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

+ 6
- 0
ios/.npmignore Voir le fichier

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

+ 0
- 1
package.json Voir le fichier

@@ -11,7 +11,6 @@
11 11
     "/src",
12 12
     "/lib",
13 13
     "/android",
14
-    "!/android/build",
15 14
     "/ios",
16 15
     "/*.podspec"
17 16
   ],