create-application-template 0.6.1 → 0.6.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.
package/README.md CHANGED
@@ -25,7 +25,7 @@ npx create-application-template --name={my-project}
25
25
  ## usage
26
26
  webpack is used for code bundling and the development server
27
27
 
28
- run development server and test suite on http://localhost:3333 by default
28
+ run development server and test suite (on http://localhost:3333 by default)
29
29
  ```
30
30
  npm run dev
31
31
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -26,7 +26,8 @@
26
26
  "webpack",
27
27
  "jest",
28
28
  "eslint",
29
- "styelint"
29
+ "stylelint",
30
+ "javascript"
30
31
  ],
31
32
  "repository": {
32
33
  "type": "git",
package/src/index.html CHANGED
@@ -6,7 +6,8 @@
6
6
  <meta name='theme-color' content='#000000' />
7
7
  <meta
8
8
  name='Create Application Template'
9
- content='demo app'
9
+ content='provides a configured application template for you to build upon'
10
+ keywords='template, react, typescript, webpack, jest, eslint, stylelint, javascript'
10
11
  />
11
12
  <title><%= htmlWebpackPlugin.options.title %></title>
12
13
  </head>
@@ -1,3 +1,3 @@
1
1
  # https://www.robotstxt.org/robotstxt.html
2
2
  User-agent: *
3
- Disallow: /
3
+ Allow: /