@fto-consult/expo-ui 7.5.3 → 7.5.4

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 +2 -2
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -178,8 +178,8 @@ program.command('electron')
178
178
  cmd = `npm exec --package=@electron-forge/cli -c "electron-forge import"`;
179
179
  return exec({cmd,projectRoot:electronProjectRoot}).then(()=>{
180
180
  console.log("package electron forge importé avec succèss");
181
- })
182
- }).catch(reject);
181
+ });
182
+ }).catch(throwError);
183
183
 
184
184
  } else {
185
185
  const electronPackage = require(`${path.resolve(electronProjectRoot,'package.json')}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "7.5.3",
3
+ "version": "7.5.4",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",