Skip to content

Commit

Permalink
Merge pull request #355 from lelylan/feature/package-support-info
Browse files Browse the repository at this point in the history
[package-support-info] Add package support information metadata
  • Loading branch information
jonathansamines authored Nov 24, 2020
2 parents 94bdab5 + d07bae3 commit 8d800ac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npx @pkgjs/support validate
env:
CI: true
14 changes: 14 additions & 0 deletions package-support.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"versions": [
{
"version": "4.x",
"target": {
"node": "lts_active"
},
"response": {
"type": "time-permitting",
"paid": false
}
}
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "simple-oauth2",
"version": "4.2.0",
"support": true,
"description": "Node.js client for OAuth2",
"author": "Andrea Reginato <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 8d800ac

Please sign in to comment.