diff --git a/.gitignore b/.gitignore index fa0fd2b..8e05374 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -TODO.txt \ No newline at end of file +TODO.txt +node_modules/ diff --git a/.npmignore b/.npmignore index 12d00f7..e69de29 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +0,0 @@ -dist -TODO.txt \ No newline at end of file diff --git a/index.js b/index.js index 53ecff3..56db54d 100644 --- a/index.js +++ b/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', diff --git a/package.json b/package.json index 2367d46..ae4cde6 100644 --- a/package.json +++ b/package.json @@ -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": {