yourtar-cli 1.0.3 → 1.0.5

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.
@@ -26,5 +26,4 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
26
26
 
27
27
  WORKDIR /var/www
28
28
 
29
- CMD composer create-project symfony/skeleton:"7.0.*" project
30
-
29
+ CMD composer create-project symfony/skeleton:"7.0.*" project
package/bin/index.js CHANGED
@@ -54,9 +54,7 @@ programm.command('create')
54
54
  default:
55
55
  console.error("ERROR!!! We don't know about this type: " + answers.platform);
56
56
  }
57
-
58
- fs.chmodSync('./' + projectFolder);
59
-
57
+
60
58
  await copyTemplate(templateFolder, './' + projectFolder, answers.name);
61
59
 
62
60
  switch(answers.platform) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yourtar-cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "This CLI for YourTar developers and our clients ;-)",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {