@fto-consult/expo-ui 7.4.15 → 7.4.16

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.
Files changed (2) hide show
  1. package/bin/index.js +1 -0
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -103,6 +103,7 @@ program.command('electron')
103
103
  const indexFile = path.resolve(buildOutDir,"index.html");
104
104
  const webBuildDir = path.resolve(projectRoot,"web-build");
105
105
  const packagePath = path.resolve(projectRoot,"package.json");
106
+ let cmd = undefined;
106
107
  const start = x=>{
107
108
  return new Promise((resolve,reject)=>{
108
109
  cmd = `electron "${electronProjectRoot}"${url? ` url="${url}"`:''}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "7.4.15",
3
+ "version": "7.4.16",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {