create-adonisjs 1.2.1 → 1.2.2-0

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.
@@ -15,11 +15,11 @@ export const templates = [
15
15
  hint: 'A lean AdonisJS application with just the framework core',
16
16
  source: 'github:adonisjs/slim-starter-kit',
17
17
  },
18
- // {
19
- // name: 'Web Starter Kit',
20
- // hint: 'Everything you need to build a server render app',
21
- // source: 'github:adonisjs/web-starter-kit',
22
- // },
18
+ {
19
+ name: 'Web Starter Kit',
20
+ hint: 'Everything you need to build a server render app',
21
+ source: 'github:adonisjs/web-starter-kit',
22
+ },
23
23
  // {
24
24
  // name: 'API Starter Kit',
25
25
  // hint: 'AdonisJS app tailored for creating JSON APIs',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-adonisjs",
3
3
  "description": "Scaffold new AdonisJS applications using starter kits",
4
- "version": "1.2.1",
4
+ "version": "1.2.2-0",
5
5
  "main": "build/index.js",
6
6
  "type": "module",
7
7
  "files": [