remove-words
Advanced tools
Comparing version 0.2.0 to 0.9.0
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ (function() { |
@@ -0,0 +0,0 @@ ## The MIT License (MIT) |
{ | ||
"name": "remove-words", | ||
"version": "0.2.0", | ||
"version": "0.9.0", | ||
"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", | ||
@@ -10,2 +10,4 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "gulp build", | ||
"watch": "gulp", | ||
"test": "gulp test", | ||
@@ -29,5 +31,5 @@ "cover": "istanbul cover node_modules/mocha/bin/_mocha --dir ./reports/coverage-reports" | ||
"brfs": "^1.4.2", | ||
"chai": "^3.3.0", | ||
"chai": "^4.1.2", | ||
"coffee-script": "^1.10.0", | ||
"del": "^2.0.2", | ||
"del": "^3.0.0", | ||
"gulp": "^3.9.0", | ||
@@ -39,8 +41,8 @@ "gulp-brfs": "^0.1.0", | ||
"gulp-footer": "^1.0.5", | ||
"gulp-istanbul": "^0.10.0", | ||
"gulp-mocha": "^2.1.3", | ||
"gulp-istanbul": "^1.1.2", | ||
"gulp-mocha": "^4.3.1", | ||
"gulp-size": "^2.0.0", | ||
"gulp-uglify": "^1.4.1", | ||
"gulp-uglify": "^3.0.0", | ||
"gulp-watch": "^4.3.5" | ||
} | ||
} |
@@ -8,2 +8,3 @@ | ||
[![Code Climate](https://codeclimate.com/github/Lissy93/remove-words/badges/gpa.svg)](https://codeclimate.com/github/Lissy93/remove-words) | ||
[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/Lissy93) | ||
@@ -17,3 +18,3 @@ | ||
## Installation | ||
```npm install remove-words --save``` | ||
```yarn add remove-words --save``` | ||
@@ -67,3 +68,16 @@ | ||
## Contributing | ||
If you find an issue: | ||
- Feel free to raise it as an issue [here](https://github.com/Lissy93/remove-words/issues) | ||
(give as much detail about your scenario as possible) and I'll look into it | ||
- Or better yet submit a pull request with your feature or fix. Ensure all tests still pass | ||
and give a short sentence of why it should be merged in the PR description. | ||
## Development | ||
- Clone the repo and cd into it. `git clone https://github.com/Lissy93/remove-words.git && cd $(basename $_ .git)` | ||
- Install dev dependencies `yarn install --production=false` | ||
- Build and/or watch `npm run build`/ `npm run watch` | ||
- Make changes, then run `npm test` | ||
## License | ||
MIT � [Alicia Sykes](http://aliciasykes.com) | ||
MIT © [Alicia Sykes](http://aliciasykes.com) 2017. [View licence](LICENSE.MD). |
@@ -24,5 +24,7 @@ a | ||
as | ||
asked | ||
at | ||
be | ||
because | ||
been | ||
before | ||
@@ -63,4 +65,8 @@ behind | ||
get | ||
give | ||
go | ||
going | ||
got | ||
had | ||
having | ||
he | ||
@@ -76,2 +82,3 @@ her | ||
if | ||
im | ||
in | ||
@@ -86,2 +93,3 @@ inside | ||
know | ||
left | ||
let | ||
@@ -92,2 +100,3 @@ like | ||
me | ||
might | ||
mine | ||
@@ -102,4 +111,6 @@ minus | ||
near | ||
needs | ||
neither | ||
never | ||
new | ||
no | ||
@@ -140,2 +151,3 @@ nobody | ||
she | ||
side | ||
since | ||
@@ -150,2 +162,3 @@ so | ||
that | ||
that | ||
the | ||
@@ -201,2 +214,3 @@ their | ||
without | ||
would | ||
you | ||
@@ -203,0 +217,0 @@ your |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19789
81
11