Skip to content

Commit a54ccc0

Browse files
committedOct 27, 2020
package metadata
1 parent e0fdb0d commit a54ccc0

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed
 

‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! standard-engine. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
12
module.exports.cli = require('./bin/cmd')
23

34
module.exports.linter = Linter

‎package.json

+20-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
],
3030
"repository": "standard/standard-engine",
3131
"license": "MIT",
32-
"author": "Dan Flettre <flettre@gmail.com> (http://twitter.com/flettre/)",
32+
"author": {
33+
"name": "Feross Aboukhadijeh",
34+
"email": "feross@feross.org",
35+
"url": "https://feross.org"
36+
},
3337
"scripts": {
3438
"test": "standard && tape test/clone.js test/api.js"
3539
},
@@ -57,5 +61,19 @@
5761
},
5862
"engines": {
5963
"node": ">=8.10"
60-
}
64+
},
65+
"funding": [
66+
{
67+
"type": "github",
68+
"url": "https://github.com/sponsors/feross"
69+
},
70+
{
71+
"type": "patreon",
72+
"url": "https://www.patreon.com/feross"
73+
},
74+
{
75+
"type": "consulting",
76+
"url": "https://feross.org/support"
77+
}
78+
]
6179
}

0 commit comments

Comments
 (0)
Please sign in to comment.