Skip to content

Commit

Permalink
feat(presets): add types-node-v12
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Apr 24, 2020
1 parent dee3d2a commit c9788f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,17 @@
"self-host": {
"description": "Set author for self-host renovate bot",
"gitAuthor": "Renovate Bot <[email protected]>"
},
"types-node-v12": {
"description": "Force to keep @types/node v12",
"packageRules": [
{
"packageNames": [
"@types/node"
],
"allowedVersions": "<13"
}
]
}
}
}

0 comments on commit c9788f4

Please sign in to comment.