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 34a39d2 commit 866a666
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*! standard. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
const Linter = require('standard-engine').linter
const opts = require('./options')

Expand Down
20 changes: 17 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "JavaScript Standard Style",
"version": "15.0.0",
"author": {
"email": "feross@feross.org",
"name": "Feross Aboukhadijeh",
"url": "https://feross.org/"
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bin": "./bin/cmd.js",
"bugs": {
Expand Down Expand Up @@ -74,5 +74,19 @@
"show-summary": "eslint-index eslintrc.json --format table",
"test": "./bin/cmd.js --verbose && tape test/*.js",
"update-authors": "./tools/update-authors.sh && hallmark --fix AUTHORS.md"
}
},
"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 866a666

Please sign in to comment.