Skip to content

Commit 83dcbad

Browse files
⚡ Update description
1 parent 94368ab commit 83dcbad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
<main>
3838
<h1>HTMLCodeBlockElement</h1>
3939

40+
<p>Code block custom element with syntax highlighting and copy button.</p>
41+
4042
<h2>With escaped text</h2>
4143

4244
<h3>Source</h3>

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-code-block-element",
3-
"description": "This is a code block generator with syntax highlighting and copy button.",
3+
"description": "Code block custom element with syntax highlighting and copy button.",
44
"version": "0.0.0",
55
"author": "heppokofrontend",
66
"bugs": {
@@ -33,8 +33,7 @@
3333
"node": "^14.16.0"
3434
},
3535
"files": [
36-
"dist",
37-
"lib"
36+
"dist"
3837
],
3938
"homepage": "https://github.com/heppokofrontend/html-code-block-element#readme",
4039
"keywords": [

0 commit comments

Comments
 (0)