Skip to content

Commit c649c2e

Browse files
authored
chore: referencing this dependency from NPM
as github might be inaccessible / blocked on some environments (for whatever/security reasons), it's probably better to reference this dependency from NPM instead of Github as well, and solve the problem of referencing to the beta version by its exact upper version number.
1 parent 841c02c commit c649c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-workshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"hogan.js": "^3.0.2",
9292
"htm": "^1.0.1",
9393
"html-loader": "^0.5.5",
94-
"html-webpack-plugin": "github:jantimon/html-webpack-plugin#webpack-4",
94+
"html-webpack-plugin": "^4.0.0-beta.11",
9595
"iframe-resizer": "^3.6.5",
9696
"lit-element": "^2.2.1",
9797
"lit-html": "^1.1.2",

0 commit comments

Comments
 (0)