create-gen-app 0.3.0 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-gen-app",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "Clone and customize template repositories with variable replacement",
6
6
  "main": "index.js",
@@ -20,7 +20,7 @@
20
20
  "url": "https://github.com/hyperweb-io/dev-utils/issues"
21
21
  },
22
22
  "scripts": {
23
- "copy": "copyfiles -f ../../LICENSE README.md package.json \"licenses-templates/**/*\" dist",
23
+ "copy": "copyfiles -f ../../LICENSE README.md package.json dist && copyfiles -f \"licenses-templates/**/*\" dist/licenses-templates",
24
24
  "clean": "makage clean",
25
25
  "prepublishOnly": "npm run build",
26
26
  "build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "appstash": "0.2.4",
32
- "inquirerer": "2.1.9"
32
+ "inquirerer": "2.1.10"
33
33
  },
34
34
  "devDependencies": {
35
35
  "copyfiles": "^2.4.1",
36
36
  "makage": "0.1.8"
37
37
  },
38
38
  "keywords": [],
39
- "gitHead": "70a6276f30e1d4b8ebfbc5a97a2c73639b70b9a8"
39
+ "gitHead": "f354f0835840f2592220167b6e3d0ffd570b6474"
40
40
  }
File without changes
File without changes
File without changes
File without changes