@fto-consult/expo-ui 8.48.1 → 8.48.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/bin/create-app.js +18 -18
  2. package/package.json +1 -1
package/bin/create-app.js CHANGED
@@ -115,24 +115,24 @@ const createAPPJSONFile = (projectRoot,{name,version})=>{
115
115
  if(!fs.existsSync(easIgnore)){
116
116
  try {
117
117
  writeFile(easIgnore,`
118
- node_modules/**/*
119
- .expo/*
120
- npm-debug.*
121
- *.jks
122
- *.p8
123
- *.p12
124
- *.key
125
- *.mobileprovision
126
- *.orig.*
127
- web-build/**/*
128
- web-report/**/*
129
- electron/**/*
130
-
131
- # macOS
132
- .DS_Store
133
-
134
- # Project
135
- .tmp/*
118
+ node_modules/**/*
119
+ .expo/*
120
+ npm-debug.*
121
+ *.jks
122
+ *.p8
123
+ *.p12
124
+ *.key
125
+ *.mobileprovision
126
+ *.orig.*
127
+ web-build/**/*
128
+ web-report/**/*
129
+ electron/**/*
130
+
131
+ # macOS
132
+ .DS_Store
133
+
134
+ # Project
135
+ .tmp/*
136
136
  `);
137
137
  } catch{};
138
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "8.48.1",
3
+ "version": "8.48.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
6
6
  "scripts": {