Generate random, alliterated animal names.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

0.1.1

+2 -2
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "random-animal-name-generator", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "random-animal-name-generator", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "It's a random animal name generator!", 5 5 "main": "index.js", 6 6 "scripts": {