create-gen-app 0.1.2 → 0.1.3

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "create-gen-app",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
- "description": "Clone and customize template repositories",
5
+ "description": "Clone and customize template repositories with variable replacement",
6
6
  "main": "index.js",
7
7
  "module": "esm/index.js",
8
8
  "types": "index.d.ts",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "scripts": {
23
23
  "copy": "makage assets",
24
- "clean": "rimraf dist",
24
+ "clean": "makage clean",
25
25
  "prepublishOnly": "npm run build",
26
26
  "build": "npm run clean && makage build-ts && npm run copy",
27
27
  "dev": "ts-node dev/index",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "inquirerer": "2.1.2"
32
+ "inquirerer": "2.1.3"
33
33
  },
34
34
  "devDependencies": {
35
- "makage": "0.1.3"
35
+ "makage": "0.1.5"
36
36
  },
37
37
  "keywords": [],
38
- "gitHead": "6eb73b8f975306bef631af4a32f054fd225c36f9"
38
+ "gitHead": "1d52c98779d1b6296627dbe3f341857b0177a9ff"
39
39
  }