project-name-generator
Advanced tools
Comparing version 2.1.8 to 2.1.9
{ | ||
"name": "project-name-generator", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"description": "Generate a random, unique, heroku-like name for your app/project/server etc. e.g. \"resonant-silence\"", | ||
@@ -5,0 +5,0 @@ "main": "src/generator.js", |
@@ -60,3 +60,3 @@ # Project Name Generator | ||
## API | ||
The module returns single method `generate(options)` | ||
The module returns a single function, `generate(options)` | ||
@@ -113,7 +113,5 @@ Calling `generate()` with no arguments will return an object: | ||
The library has been tested with Node.js 8.6.0 | ||
The library has been tested with Node.js 12.18.4 | ||
## Status | ||
[ ![Build Status for aceakash/project-name-generator](https://codeship.com/projects/261b5340-4472-0134-6925-4ed1b3e90ffc/status?branch=master)](https://codeship.com/projects/168462) | ||
![How up-to-date are dependencies?](https://david-dm.org/aceakash/project-name-generator.svg) |
@@ -11,4 +11,2 @@ module.exports = | ||
'able', | ||
'abnormal', | ||
'abortive', | ||
'abounding', | ||
@@ -23,3 +21,2 @@ 'abrasive', | ||
'abundant', | ||
'abusive', | ||
'acceptable', | ||
@@ -37,4 +34,2 @@ 'accessible', | ||
'adaptable', | ||
'addicted', | ||
'addictive', | ||
'adept', | ||
@@ -1120,7 +1115,5 @@ 'adhesive', | ||
'therapeutic', | ||
'thick', | ||
'thin', | ||
'thinkable', | ||
'third', | ||
'thirsty', | ||
'thoughtful', | ||
@@ -1225,3 +1218,2 @@ 'thoughtless', | ||
'voracious', | ||
'vulgar', | ||
'wacky', | ||
@@ -1228,0 +1220,0 @@ 'waggish', |
38547
2312
116