create-application-template 1.3.0 → 1.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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,7 +72,7 @@ if you proceed with styled-components:
72
72
  - that's it!
73
73
 
74
74
  if you prefer CSS:
75
- - alter `.stylintrc.js` and `.husky/pre-commint` per the files' notes
75
+ - alter `.stylintrc.js` and `.husky/pre-commit` per the files' notes
76
76
  - remove `.ts` files from `/src/styles/` or "recreate" them in `.css`
77
77
 
78
78
  ## environmental settings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {