create-application-template 2.2.6 → 2.3.0
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/.husky/pre-commit +0 -0
- package/package.json +2 -3
package/.husky/pre-commit
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-application-template",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "provides a configured application template for you to build upon",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -19,8 +19,7 @@
|
|
|
19
19
|
"stylelint": "npx stylelint \"src/styles/**/*.{js,ts}\"",
|
|
20
20
|
"stylelint:fix": "npx stylelint --fix \"src/styles/**/*.{js,ts}\"",
|
|
21
21
|
"stylelint:css": "npx stylelint \"src/**/*.css\"",
|
|
22
|
-
"stylelint:css:fix": "npx stylelint --fix \"src/**/*.css\""
|
|
23
|
-
"prepare": "husky"
|
|
22
|
+
"stylelint:css:fix": "npx stylelint --fix \"src/**/*.css\""
|
|
24
23
|
},
|
|
25
24
|
"keywords": [
|
|
26
25
|
"template",
|