Skip to content

Commit

Permalink
Updated dompurify. Prepared to the 0.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Sep 30, 2020
1 parent 0421cee commit a3a7cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "0.6.0",
"version": "0.7.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"dompurify",
Expand All @@ -26,7 +26,7 @@
"main": "index.js",
"dependencies": {
"@types/dompurify": "^2.0.4",
"dompurify": "^2.0.14",
"dompurify": "^2.1.1",
"jsdom": "^16.4.0"
},
"types": "index.d.ts",
Expand Down

0 comments on commit a3a7cdf

Please sign in to comment.