Skip to content

Commit 1effc29

Browse files
authored
chore: add keywords, upper case DOM in README (#8)
1 parent fea52f1 commit 1effc29

File tree

4 files changed

+201
-173
lines changed

4 files changed

+201
-173
lines changed

.changeset/grumpy-pears-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"domiso": patch
3+
---
4+
5+
chore: add keywords, upper case DOM in README

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
1414
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets)
1515

16-
The smallest and fastest Dom sanitizer based on browser native DOMParser
16+
The smallest and fastest DOM sanitizer based on browser native DOMParser
1717

1818
## TOC <!-- omit in toc -->
1919

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"funding": "https://opencollective.com/unts",
4040
"license": "MIT",
41-
"packageManager": "pnpm@7.6.0",
41+
"packageManager": "pnpm@7.7.0",
4242
"engines": {
4343
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
4444
},
@@ -47,6 +47,20 @@
4747
"lib",
4848
"!**/*.tsbuildinfo"
4949
],
50+
"keywords": [
51+
"browser",
52+
"browser-sanitizer",
53+
"dom",
54+
"dom-parser",
55+
"dom-sanitizer",
56+
"html",
57+
"html-sanitizer",
58+
"sanitizer",
59+
"svg",
60+
"svg-sanitizer",
61+
"xml",
62+
"xml-sanitizer"
63+
],
5064
"scripts": {
5165
"build": "run-p build:*",
5266
"build:r": "r -f cjs",
@@ -93,7 +107,7 @@
93107
"size-limit": "^7.0.8",
94108
"type-coverage": "^2.22.0",
95109
"typescript": "^4.7.4",
96-
"unplugin-auto-import": "^0.10.2",
110+
"unplugin-auto-import": "^0.10.3",
97111
"vitest": "^0.19.1"
98112
},
99113
"publishConfig": {

0 commit comments

Comments
 (0)