@fto-consult/expo-ui 6.23.1 → 6.23.2

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/expo-ui-path.js +1 -1
  2. package/package.json +1 -1
package/expo-ui-path.js CHANGED
@@ -15,7 +15,7 @@ module.exports = function (){
15
15
  })
16
16
  const expoUIPath = path.resolve(process.cwd(),"node_modules","@fto-consult","expo-ui");
17
17
  const sep = path.sep;
18
- if(path.resove(process.cwd()) === path.resolve(__dirname)){//le programme s'exécute en environnement fix bugs sur electron
18
+ if(path.resolve(process.cwd()) === path.resolve(__dirname)){//le programme s'exécute en environnement fix bugs sur electron
19
19
  return path.resolve(__dirname,suffix).replace(sep,(sep+sep));///pour la résolution du module expo-ui en mode test
20
20
  }
21
21
  const rootPath = process.cwd();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.23.1",
3
+ "version": "6.23.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {