Skip to content

Commit

Permalink
Add missing NPM package fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerh committed Jul 17, 2020
1 parent 28d0e47 commit 96c357e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-todo-plz",
"version": "1.0.0",
"version": "1.0.1",
"description": "Enforce consistent and maintainable TODO comments",
"license": "MIT",
"keywords": [
Expand All @@ -10,7 +10,11 @@
"linter",
"lint"
],
"author": "Sawyer Hollenshead",
"author": {
"name": "Sawyer Hollenshead",
"url": "https://github.com/sawyerh"
},
"repository": "sawyerh/eslint-plugin-todo-plz",
"main": "lib/index.js",
"files": [
"lib"
Expand Down

0 comments on commit 96c357e

Please sign in to comment.