Skip to content

Commit

Permalink
fix(package): move types of sanitize-html from devDependencies to dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
d3m1d0v committed Sep 13, 2022
1 parent fe95cf8 commit 86d3a8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"prepublishOnly": "npm run lint && npm run test && npm run build"
},
"dependencies": {
"@types/sanitize-html": "^2.6.2",
"chalk": "4.1.2",
"get-root-node-polyfill": "1.0.0",
"github-slugger": "1.4.0",
Expand Down Expand Up @@ -60,7 +61,6 @@
"@types/markdown-it-attrs": "4.1.0",
"@types/markdownlint": "0.18.0",
"@types/node": "17.0.10",
"@types/sanitize-html": "^2.6.2",
"@yandex-cloud/eslint-config": "^1.1.0",
"@yandex-cloud/prettier-config": "^1.0.0",
"@yandex-cloud/tsconfig": "^1.0.0",
Expand Down

0 comments on commit 86d3a8a

Please sign in to comment.