create-application-template 0.7.0 → 0.7.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,12 +36,12 @@ npm run build
36
36
  ```
37
37
 
38
38
  ## tsconfig
39
- focused on type checking; using babel for transpiling
39
+ focused on type checking; babel is used for transpiling
40
40
 
41
41
  ## pre-commit
42
- scripts in `.husky/pre-commit` are run to check commits
42
+ scripts in `.husky/pre-commit` are run on commits for quality control
43
43
 
44
- add or remove scripts as you see fit
44
+ add or remove scripts you'd like run before code is commited
45
45
 
46
46
  ## test suite
47
47
  to create a test follow this file naming format: `*.{spec,test}.{ts,tsx}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {