remove-words
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "remove-words", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A node module that returns all words from a string not that were not in a specified list. By default will remove all pronouns and conjunctions", | ||
@@ -32,2 +32,3 @@ "main": "index.js", | ||
"gulp": "^3.9.0", | ||
"gulp-brfs": "^0.1.0", | ||
"gulp-clean": "^0.3.1", | ||
@@ -34,0 +35,0 @@ "gulp-coffee": "^2.3.1", |
18475
15