Skip to content

Commit 5bd4e95

Browse files
Merge pull request #33 from mindfiredigital/bugfix/heading-on-selected-text
fix: build not passing issue
2 parents ef6be54 + 9afaaf3 commit 5bd4e95

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
# testing
99
/coverage
1010

11-
# production
12-
/dist
13-
1411
# misc
1512
.DS_Store
1613
.env.local

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
"files": [
1212
"dist"
1313
],
14+
"keywords": [
15+
"react",
16+
"text editor",
17+
"rich text editor",
18+
"html editor",
19+
"wysiwyg",
20+
"content editing",
21+
"react component",
22+
"text igniter",
23+
"react text igniter",
24+
"text formatting",
25+
"npm package",
26+
"mindfiredigital",
27+
"contenteditable"
28+
],
1429
"peerDependencies": {
1530
"react": ">=18.0.0",
1631
"react-dom": ">=18.0.0"

0 commit comments

Comments
 (0)