diff2html 3.4.41 → 3.4.42
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "diff2html",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.42",
|
|
4
4
|
"homepage": "https://diff2html.xyz",
|
|
5
5
|
"description": "Fast Diff to colorized HTML",
|
|
6
6
|
"keywords": [
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"validate": "yarn run build:templates && yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage",
|
|
61
61
|
"fix": "yarn run format:fix && yarn run lint:fix",
|
|
62
62
|
"start": "yarn run start:website",
|
|
63
|
-
"start:website": "webpack
|
|
63
|
+
"start:website": "webpack serve --mode development --config webpack.website.ts",
|
|
64
64
|
"preversion": "yarn run validate",
|
|
65
65
|
"version": "git add -A package.json",
|
|
66
66
|
"prepare": "husky install"
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
"url-loader": "4.1.1",
|
|
138
138
|
"webpack": "5.88.2",
|
|
139
139
|
"webpack-cli": "5.1.4",
|
|
140
|
+
"webpack-dev-server": "4.15.1",
|
|
140
141
|
"whatwg-fetch": "3.6.17"
|
|
141
142
|
},
|
|
142
143
|
"resolutions": {
|