@fto-consult/expo-ui 6.18.12 → 6.18.13
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.
- package/bin/index.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -14,7 +14,7 @@ const supportedScript = {
|
|
|
14
14
|
"start" : true,//start electron
|
|
15
15
|
"build" : true, //script pour faire un build,
|
|
16
16
|
"package" : true, ///script pour le packagin de l'application
|
|
17
|
-
createAppScript : true,//les script de création de l'application
|
|
17
|
+
[createAppScript] : true,//les script de création de l'application
|
|
18
18
|
}
|
|
19
19
|
const createDir = require("../electron/utils/createDir");
|
|
20
20
|
const writeFile = require("../electron/utils/writeFile");
|