Skip to content

Commit

Permalink
chore: update allowed license, add funding
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Feb 15, 2024
1 parent af96ae9 commit dcf95f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:typescript": "tsd",
"unit": "tap -J test/*.js",
"unit:report": "tap -J test/*.js --cov --coverage-report=html --coverage-report=cobertura | tee out.tap",
"license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause\"",
"license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause;0BSD\"",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it --disable-metrics"
},
"release-it": {
Expand Down Expand Up @@ -89,6 +89,10 @@
}
],
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/aedes"
},
"bugs": {
"url": "https://github.com/moscajs/aedes/issues"
},
Expand Down

0 comments on commit dcf95f5

Please sign in to comment.