Skip to content

Commit

Permalink
npm: Add recommended package.json fields (contributors, dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 24, 2019
1 parent 8681162 commit 66b55f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"bugs": "https://github.com/turbo87/eslint-plugin-chai-expect/issues",
"license": "MIT",
"author": "Tobias Bieniek <[email protected]>",
"contributors": [
"Brett Zamir"
],
"files": [
"LICENSE",
"README.md",
Expand All @@ -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",
Expand Down

0 comments on commit 66b55f2

Please sign in to comment.