create-application-template 0.3.1 → 0.3.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 (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- <img src='./src/assets/cat.svg' style='height: 200px;'>
2
-
3
1
  # Create Application Template
4
2
  This project aims to provide a configured application template for you to build upon.
5
3
 
@@ -65,9 +63,7 @@ console.log(process.env.PORT)
65
63
  ```
66
64
 
67
65
  ### `NODE_ENV` settings
68
- set to `production` for build
69
-
70
- set to `develop` for dev server
66
+ automatically set to `production` for build; `develop` for dev server
71
67
 
72
68
  ### `.env` variables
73
69
  add new environmental variables via the `.env` file in project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {