sxoinas12 il y a 5 ans
Parent
commit
f4bbca83d2
4 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 0 1
      .gitignore
  2. 0 0
      dist/modules/BaseHolder/index.js
  3. 1 1
      modules/BaseHolder/index.js
  4. 1 2
      package.json

+ 0 - 1
.gitignore

@@ -8,4 +8,3 @@ npm-debug.*
 *.orig.*
 web-build/
 web-report/
-dist/

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/modules/BaseHolder/index.js


+ 1 - 1
modules/BaseHolder/index.js

@@ -111,7 +111,7 @@ BaseHolder.Inputs = {
 	width: new Types.Integer(),
 	height: new Types.Integer(),
 	stretchContainer: new Types.Bool().default(false),
-	overflow: new Types.Integer().default('hidden'),
+	overflow: new Types.Text().default('hidden'),
 	justifyContent: new Types.Text().default("flex-start"),
 	alignItems: new Types.Text(),
 	alignContent: new Types.Text(),

+ 1 - 2
package.json

@@ -6,8 +6,7 @@
     "ios": "expo start --ios",
     "web": "expo start --web",
     "eject": "expo eject",
-    "transpile": "rm dist -rf && babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
-    "postinstall" : "rm dist -rf && babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
+    "transpile": "rm dist -rf && babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
   },
   "dependencies": {
     "expo": "^34.0.0-experiment.8",

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff