@fto-consult/expo-ui 3.1.0 → 3.1.1

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.
@@ -113,6 +113,7 @@ module.exports = (opts)=>{
113
113
  });
114
114
  const $assets = r.$assets;
115
115
  const electronPaths = {
116
+ ...r,
116
117
  assets : $assets,
117
118
  images : r.$images,
118
119
  projectRoot : base,//la racine au projet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {