Skip to content

Commit 42f0368

Browse files
committed
package metadata
1 parent f3c3833 commit 42f0368

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! eslint-plugin-standard. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
12
'use strict'
23

34
module.exports = {

package.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "eslint-plugin-standard",
33
"description": "ESlint Plugin for the Standard Linter",
44
"version": "4.0.2",
5-
"author": "Jamund Ferguson <[email protected]>",
5+
"author": {
6+
"name": "Feross Aboukhadijeh",
7+
"email": "[email protected]",
8+
"url": "https://feross.org"
9+
},
610
"bugs": {
711
"url": "https://github.com/standard/eslint-plugin-standard/issues"
812
},
@@ -28,5 +32,19 @@
2832
},
2933
"peerDependencies": {
3034
"eslint": ">=5.0.0"
31-
}
35+
},
36+
"funding": [
37+
{
38+
"type": "github",
39+
"url": "https://github.com/sponsors/feross"
40+
},
41+
{
42+
"type": "patreon",
43+
"url": "https://www.patreon.com/feross"
44+
},
45+
{
46+
"type": "consulting",
47+
"url": "https://feross.org/support"
48+
}
49+
]
3250
}

0 commit comments

Comments
 (0)