Skip to content

Commit

Permalink
Prepared for the 0.16.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Oct 26, 2021
1 parent 6be2194 commit 785df6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "0.15.0",
"version": "0.16.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"dompurify",
Expand Down Expand Up @@ -29,13 +29,13 @@
"browser": "browser.js",
"main": "index.js",
"dependencies": {
"@types/dompurify": "^2.2.3",
"dompurify": "^2.3.0",
"@types/dompurify": "^2.3.1",
"dompurify": "^2.3.3",
"jsdom": "^18.0.0"
},
"types": "index.d.ts",
"devDependencies": {
"jest": "^27.0.6",
"terser": "^5.7.1"
"jest": "^27.3.1",
"terser": "^5.9.0"
}
}

0 comments on commit 785df6e

Please sign in to comment.