create-payload-app 0.3.29-beta.0 → 0.3.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,19 +75,19 @@ function getValidTemplates() {
75
75
  name: 'blank',
76
76
  type: 'static',
77
77
  description: 'Blank',
78
- directory: 'ts-blank',
78
+ directory: 'blank',
79
79
  },
80
80
  {
81
81
  name: 'todo',
82
82
  type: 'static',
83
83
  description: 'Todo list',
84
- directory: 'ts-todo',
84
+ directory: 'todo',
85
85
  },
86
86
  {
87
87
  name: 'blog',
88
88
  type: 'static',
89
89
  description: 'Blog',
90
- directory: 'ts-blog',
90
+ directory: 'blog',
91
91
  },
92
92
  ];
93
93
  starters = [
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "prompts": "^2.4.2",
38
38
  "terminal-link": "^2.1.1"
39
39
  },
40
- "version": "0.3.29-beta.0",
40
+ "version": "0.3.29",
41
41
  "devDependencies": {
42
42
  "@types/command-exists": "^1.2.0",
43
43
  "@types/degit": "^2.8.3",