Generate random, alliterated animal names.
0
fork

Configure Feed

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

chore: rename to `randimal`

+6 -6
+2 -2
README.md
··· 1 - # ranimal 1 + # randimal 2 2 3 3 A random animal name generator, forked from 4 4 [`random-animal-name-generator`](https://github.com/adzialocha/random-animal-name-generator). 5 5 6 6 ```js 7 - import { generateRandomName } from 'ranimal' 7 + import { generateRandomName } from 'randimal' 8 8 9 9 // In some async context... 10 10 const name = await generateRandomName()
+4 -4
package.json
··· 1 1 { 2 - "name": "ranimal", 2 + "name": "randimal", 3 3 "version": "0.1.0", 4 4 "description": "A random named animal generator", 5 5 "main": "index.js", ··· 9 9 }, 10 10 "repository": { 11 11 "type": "git", 12 - "url": "git+https://github.com/puregarlic/ranimal.git" 12 + "url": "git+https://github.com/puregarlic/randimal.git" 13 13 }, 14 14 "keywords": [ 15 15 "random", ··· 20 20 "author": "Graham Barber <grahammbarber@gmail.com>", 21 21 "license": "UNLICENSED", 22 22 "bugs": { 23 - "url": "https://github.com/puregarlic/ranimal/issues" 23 + "url": "https://github.com/puregarlic/randimal/issues" 24 24 }, 25 - "homepage": "https://github.com/puregarlic/ranimal#readme", 25 + "homepage": "https://github.com/puregarlic/randimal#readme", 26 26 "devDependencies": { 27 27 "ava": "^3.8.2", 28 28 "esbuild": "^0.3.8",