diff --git a/README.md b/README.md index 40475b2..ea055cd 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ If a value matches one of the built-in "falsey" keywords (all strings) it will r * `nah` * `negative` * `no` +* `non` * `none` * `nope` * `nul` @@ -172,4 +173,4 @@ Released under the [MIT License](LICENSE). *** -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on March 18, 2018._ \ No newline at end of file +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on March 18, 2018._ diff --git a/index.js b/index.js index b08cca4..691c083 100644 --- a/index.js +++ b/index.js @@ -32,6 +32,7 @@ falsey.keywords = [ 'nah', 'negative', 'no', + 'non', 'none', 'nope', 'nul',