diff --git a/package-lock.json b/package-lock.json index 74460ec..9334550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-remove-comments", - "version": "0.2.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-remove-comments", - "version": "0.2.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "html-comment-regex": "^1.1.2", diff --git a/package.json b/package.json index 4aeecbc..c0f00e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-remove-comments", - "version": "0.2.0", + "version": "1.0.0", "description": "Remark plugin to remove HTML comments from the processed output", "keywords": [ "unified",