Skip to content

Commit

Permalink
chore: add keywords, upper case DOM in README (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 30, 2022
1 parent fea52f1 commit 1effc29
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 173 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-pears-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"domiso": patch
---

chore: add keywords, upper case DOM in README
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets)

The smallest and fastest Dom sanitizer based on browser native DOMParser
The smallest and fastest DOM sanitizer based on browser native DOMParser

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

Expand Down
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"funding": "https://opencollective.com/unts",
"license": "MIT",
"packageManager": "pnpm@7.6.0",
"packageManager": "pnpm@7.7.0",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
Expand All @@ -47,6 +47,20 @@
"lib",
"!**/*.tsbuildinfo"
],
"keywords": [
"browser",
"browser-sanitizer",
"dom",
"dom-parser",
"dom-sanitizer",
"html",
"html-sanitizer",
"sanitizer",
"svg",
"svg-sanitizer",
"xml",
"xml-sanitizer"
],
"scripts": {
"build": "run-p build:*",
"build:r": "r -f cjs",
Expand Down Expand Up @@ -93,7 +107,7 @@
"size-limit": "^7.0.8",
"type-coverage": "^2.22.0",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.10.2",
"unplugin-auto-import": "^0.10.3",
"vitest": "^0.19.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 1effc29

Please sign in to comment.