Skip to content

Commit

Permalink
package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 22, 2020
1 parent f3c3833 commit 42f0368
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*! eslint-plugin-standard. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
'use strict'

module.exports = {
Expand Down
22 changes: 20 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "eslint-plugin-standard",
"description": "ESlint Plugin for the Standard Linter",
"version": "4.0.2",
"author": "Jamund Ferguson <jamund@gmail.com>",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/standard/eslint-plugin-standard/issues"
},
Expand All @@ -28,5 +32,19 @@
},
"peerDependencies": {
"eslint": ">=5.0.0"
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}

0 comments on commit 42f0368

Please sign in to comment.