From c6a40ef8f9ee4e5f28fe74cf6a15032dd4469f45 Mon Sep 17 00:00:00 2001 From: vinhvn Date: Sat, 5 Jun 2021 00:34:30 -0400 Subject: [PATCH] chore: updated package.json for np --- .npmignore | 0 package.json | 11 +++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index 3905e6e..26af3cd 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,23 @@ { "name": "randimals", - "version": "1.0.0", + "version": "0.0.1", "description": "Generate unique animal IDs for your projects", "main": "./lib/index.ts", + "homepage": "https://github.com/vinhvn/randimals", "repository": "https://github.com/vinhvn/randimals", "author": "vinhvn", "license": "MIT", "scripts": { "build": "gulp", - "test": "jest --watch", + "test": "jest", "coverage": "jest --coverage" }, + "keywords": [ + "random", + "animals", + "adjectives", + "nouns" + ], "devDependencies": { "@types/gulp": "^4.0.8", "@types/gulp-minify": "^3.1.0",