Skip to content
Snippets Groups Projects
Commit df52f68b authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: add npm config to definitions

parent 1b595cbc
No related branches found
No related tags found
No related merge requests found
...@@ -565,6 +565,14 @@ const options = [ ...@@ -565,6 +565,14 @@ const options = [
description: 'Requested reviewers for Pull Requests (GitHub only)', description: 'Requested reviewers for Pull Requests (GitHub only)',
type: 'list', type: 'list',
}, },
{
name: 'npm',
description: 'Configuration object for npm package.json renovation',
stage: 'repository',
type: 'json',
default: {},
mergeable: true,
},
{ {
name: 'meteor', name: 'meteor',
description: 'Configuration object for meteor package.js renovation', description: 'Configuration object for meteor package.js renovation',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment