From 0fdfe27b83c2e0e4b8f417f379814eff78d8193e Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 24 Oct 2019 19:09:59 +0800 Subject: [PATCH] npm: Add recommended package.json fields (contributors, dependencies) --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f0f3b13..a2e0e3c 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "bugs": "https://github.com/turbo87/eslint-plugin-chai-expect/issues", "license": "MIT", "author": "Tobias Bieniek ", + "contributors": [ + "Brett Zamir" + ], "files": [ "LICENSE", "README.md", @@ -28,6 +31,7 @@ "test": "npm run lint && npm run unit-test", "unit-test": "mocha tests/**/*.js" }, + "dependencies": {}, "devDependencies": { "chai": "^4.2.0", "eslint": "5.16.0",