diff2html
Advanced tools
Comparing version 3.4.41 to 3.4.42
{ | ||
"name": "diff2html", | ||
"version": "3.4.41", | ||
"version": "3.4.42", | ||
"homepage": "https://diff2html.xyz", | ||
@@ -63,3 +63,3 @@ "description": "Fast Diff to colorized HTML", | ||
"start": "yarn run start:website", | ||
"start:website": "webpack-dev-server --mode development --config webpack.website.ts", | ||
"start:website": "webpack serve --mode development --config webpack.website.ts", | ||
"preversion": "yarn run validate", | ||
@@ -141,2 +141,3 @@ "version": "git add -A package.json", | ||
"webpack-cli": "5.1.4", | ||
"webpack-dev-server": "4.15.1", | ||
"whatwg-fetch": "3.6.17" | ||
@@ -143,0 +144,0 @@ }, |
1939006
51