Skip to content

Commit

Permalink
feat(presets): add rollup-js-app and rollup-js-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Aug 31, 2019
1 parent 66774cc commit 7af3fa5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,30 @@
"allowedVersions": "<2"
}
]
},
"rollup-js-app": {
"description": "Configuration for js apps with an unique MR/PR",
"extends": [
"@eclass:js-app"
],
"packageRules": [
{
"packagePatterns": "*",
"groupName": "everything"
}
]
},
"rollup-js-lib": {
"description": "Configuration for js libraries with an unique MR/PR",
"extends": [
"@eclass:js-lib"
],
"packageRules": [
{
"packagePatterns": "*",
"groupName": "everything"
}
]
}
}
}

0 comments on commit 7af3fa5

Please sign in to comment.