@fto-consult/expo-ui 7.4.19 → 7.4.20

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 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -111,7 +111,7 @@ program.command('electron')
111
111
  let cmd = undefined;
112
112
  const start = x=>{
113
113
  return new Promise((resolve,reject)=>{
114
- cmd = `electron "${electronProjectRoot}"${url? ` --url ${url}`:''} --path ${pathsJSON} --root ${projectRoot}`;
114
+ cmd = `electron "${electronProjectRoot}"${url? ` --url ${url}`:''} --paths ${pathsJSON} --root ${projectRoot}`;
115
115
  exec({
116
116
  cmd,
117
117
  projectRoot : electronProjectRoot,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "7.4.19",
3
+ "version": "7.4.20",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {