mirror of
https://github.com/gabemart/hipku.git
synced 2025-01-29 17:20:50 +00:00
Improve dictionary entries
This commit is contained in:
parent
743c83e678
commit
30b4c2cc4c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
TODO.txt
|
||||
TODO.txt
|
||||
node_modules/
|
||||
|
@ -1,2 +0,0 @@
|
||||
dist
|
||||
TODO.txt
|
14
index.js
14
index.js
@ -916,7 +916,7 @@ adjectives = ['ace',
|
||||
'safe',
|
||||
'sage',
|
||||
'sane',
|
||||
'scortched',
|
||||
'scorched',
|
||||
'shaped',
|
||||
'sharp',
|
||||
'sheared',
|
||||
@ -950,7 +950,7 @@ adjectives = ['ace',
|
||||
'squat',
|
||||
'staid',
|
||||
'stale',
|
||||
'stary',
|
||||
'stark',
|
||||
'staunch',
|
||||
'steep',
|
||||
'stiff',
|
||||
@ -1030,10 +1030,10 @@ nouns = ['ants',
|
||||
'bucks',
|
||||
'bulbs',
|
||||
'bulls',
|
||||
'busks',
|
||||
'burls',
|
||||
'cakes',
|
||||
'calfs',
|
||||
'calves',
|
||||
'capes',
|
||||
'cats',
|
||||
'char',
|
||||
'chests',
|
||||
@ -1064,11 +1064,11 @@ nouns = ['ants',
|
||||
'doors',
|
||||
'dopes',
|
||||
'doves',
|
||||
'drakes',
|
||||
'dreams',
|
||||
'drones',
|
||||
'ducks',
|
||||
'dunes',
|
||||
'dwarves',
|
||||
'eels',
|
||||
'eggs',
|
||||
'elk',
|
||||
@ -1312,7 +1312,7 @@ verbs = ['aid',
|
||||
'clean',
|
||||
'cleanse',
|
||||
'clip',
|
||||
'cloack',
|
||||
'cloak',
|
||||
'clone',
|
||||
'clutch',
|
||||
'coax',
|
||||
@ -1416,7 +1416,7 @@ verbs = ['aid',
|
||||
'lift',
|
||||
'like',
|
||||
'love',
|
||||
'lugg',
|
||||
'lug',
|
||||
'lure',
|
||||
'maim',
|
||||
'make',
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hipku",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Encode any IP address as a haiku",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user