create-application-template 0.3.0 → 0.3.2

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
@@ -1,7 +1,5 @@
1
- <img src='./src/assets/cat.svg' style='height: 300px; display: block; margin-left: auto; margin-right: auto;'>
2
-
3
1
  # Create Application Template
4
- Create Application Template aims to provide a configured application template for you to build upon.
2
+ This project aims to provide a configured application template for you to build upon.
5
3
 
6
4
  All configuration is fully visable and under your control to augment as you see fit.
7
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {