create-application-template 0.3.2 → 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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,9 +63,7 @@ console.log(process.env.PORT)
63
63
  ```
64
64
 
65
65
  ### `NODE_ENV` settings
66
- set to `production` for build
67
-
68
- set to `develop` for dev server
66
+ automatically set to `production` for build; `develop` for dev server
69
67
 
70
68
  ### `.env` variables
71
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.2",
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": {