1
0
mirror of https://github.com/gabemart/hipku.git synced 2024-10-05 10:20:55 +01:00

Improve dictionary entries

This commit is contained in:
gabemart 2016-09-02 19:19:02 +01:00
parent 743c83e678
commit 30b4c2cc4c
4 changed files with 10 additions and 11 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
TODO.txt
TODO.txt
node_modules/

View File

@ -1,2 +0,0 @@
dist
TODO.txt

View File

@ -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',

View File

@ -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": {