Skip to content

Commit aaca764

Browse files
committed
move config out
1 parent e72e09a commit aaca764

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

auto.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
plugins: ['npm', 'all-contributors', 'first-time-contributor', 'released'],
3+
onlyPublishWithReleaseLabel: true,
4+
noVersionPrefix: true,
5+
}

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,5 @@
4444
"license": "ISC",
4545
"files": [
4646
"lib"
47-
],
48-
"auto": {
49-
"plugins": [
50-
"npm",
51-
"all-contributors",
52-
"first-time-contributor",
53-
"released"
54-
],
55-
"onlyPublishWithReleaseLabel": true,
56-
"noVersionPrefix": true
57-
}
47+
]
5848
}

0 commit comments

Comments
 (0)