@fto-consult/expo-ui 6.18.21 → 6.18.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/create-app.js CHANGED
@@ -1,6 +1,3 @@
1
-
2
- const fs = require("fs");
3
- const path = require("path");
4
1
  const {exec,thowError,writeFile} = require("./utils");
5
2
  const fs = require("fs"), path = require("path");
6
3
  module.exports = function(parsedArgs,{projectRoot}){
package/bin/index.js CHANGED
@@ -149,7 +149,6 @@ if(parsedArgs.electron){
149
149
  });
150
150
  } else {
151
151
  if(script ===createAppScript){
152
- console.log(createAppScript," is script ",parsedArgs," is parse arrrrrr");
153
152
  return require("./create-app")(parsedArgs,{projectRoot});
154
153
  }
155
154
  process.exit();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.18.21",
3
+ "version": "6.18.23",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {