x-postpress-code
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "x-postpress-code", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A web component used for code highlighting.", | ||
@@ -14,3 +14,3 @@ "homepage": "https://kherrick.github.io/x-postpress-code/", | ||
"build": "webpack --env prod --config ./webpack.config.cjs --progress", | ||
"start": "webpack serve --env dev --config ./webpack.config.cjs --mode development --host 0.0.0.0 --port 8088", | ||
"start": "webpack serve --env dev --config ./webpack.config.cjs --mode development --host 0.0.0.0 --port 8088 --open firefox", | ||
"prepublishOnly": "npm run build" | ||
@@ -17,0 +17,0 @@ }, |
@@ -18,3 +18,3 @@ # [x-postpress-code](https://kherrick.github.io/x-postpress-code/) | ||
Lazy load the code to be highlighted by using both the type and src attributes: | ||
Lazy load the content to be highlighted by using both the type and src attributes: | ||
@@ -21,0 +21,0 @@ ```html |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92697