diff --git a/index.js b/index.js index 913b948..514ae34 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ /** * This is a port of the PrototypeJS method stripTags. - * It Strips a string of any HTML tags. + * It strips a string of any HTML tags. * @param {string} A string from which to strip HTML tags * @return {string} The result of the function */ diff --git a/package.json b/package.json index 7b41251..8f92a39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ramumb/strip-tags", - "version": "0.1.2", + "version": "0.1.3", "description": "Strips a string of any HTML tags.", "main": "index.js", "scripts": { @@ -12,11 +12,15 @@ "url": "git+https://github.com/ramumb/strip-tags.git" }, "keywords": [ - "try", - "these", - "catch", - "attempt", - "test" + "striptags", + "strip_tags", + "strip tags", + "html", + "omit", + "remove", + "strip", + "tag", + "tags" ], "author": "Reginald Mullin (http://www.reginaldmullin.com)", "license": "MIT",