create-application-template 0.6.3 → 0.6.5

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
@@ -72,9 +72,9 @@ console.log(process.env.PORT)
72
72
  automatically set to `production` for build; `develop` for dev server
73
73
 
74
74
  ### `.env` variables
75
- add new environmental variables via the `.env` file in project
75
+ add new or alter existing environmental variables via the `.env` file
76
76
 
77
- the following variables exist in the current configuration and can be altered
77
+ the following variables exist in the default configuration and can be altered
78
78
 
79
79
  #### develop (dev server)
80
80
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {
Binary file
@@ -1,6 +1,6 @@
1
1
  @font-face {
2
2
  font-family: 'exo2-regular';
3
- src: url('../fonts/Exo2-Regular.ttf');
3
+ src: url('../fonts/Exo2-Regular.woff2');
4
4
  }
5
5
 
6
6
  body {
Binary file