Skip to content

Commit e1009bb

Browse files
committed
Revert "move config out"
This reverts commit aaca764.
1 parent aaca764 commit e1009bb

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

auto.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

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

0 commit comments

Comments
 (0)