Skip to content

Commit

Permalink
Updated keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ramumb committed Jul 18, 2019
1 parent 494b457 commit 933eb94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -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
*/
Expand Down
16 changes: 10 additions & 6 deletions 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": {
Expand All @@ -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 <ramumb@yahoo.com> (http://www.reginaldmullin.com)",
"license": "MIT",
Expand Down

0 comments on commit 933eb94

Please sign in to comment.