create-application-template 2.2.5 → 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 +3 -4
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",
|
|
@@ -112,7 +111,7 @@
|
|
|
112
111
|
"typescript": "5.8.2",
|
|
113
112
|
"webpack": "5.98.0",
|
|
114
113
|
"webpack-cli": "6.0.1",
|
|
115
|
-
"webpack-dev-server": "5.2.
|
|
114
|
+
"webpack-dev-server": "5.2.2",
|
|
116
115
|
"webpack-manifest-plugin": "5.0.0",
|
|
117
116
|
"webpack-merge": "6.0.1",
|
|
118
117
|
"webpack-shell-plugin-next": "2.3.2",
|