@fto-consult/expo-ui 2.7.6 → 2.7.7

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 -0
  2. package/package.json +1 -1
package/expo-ui-path.js CHANGED
@@ -5,6 +5,7 @@
5
5
  const fs = require("fs");
6
6
  const path = require("path");
7
7
  const { hideBin } = require('yargs/helpers')
8
+ const yargs = require('yargs/yargs');
8
9
  ///retourne le chemin vers le package @expo-ui
9
10
  module.exports = function (...args){
10
11
  const argv = yargs(hideBin(process.argv)).argv
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "2.7.6",
3
+ "version": "2.7.7",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "resolutions": {