Skip to content

Commit 7d3b669

Browse files
committed
move the auto config to .autorc from individual package.json files
1 parent c064928 commit 7d3b669

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.autorc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"author": {
3+
"name": "swan-app-bot",
4+
"email": "github.swan-app-bot@swanbitcoin.com"
5+
},
6+
"plugins": [
7+
"npm",
8+
"all-contributors",
9+
"conventional-commits",
10+
"first-time-contributor"
11+
]
12+
}

packages/xpub-lib/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,5 @@
6161
"jest": "^26.4.2",
6262
"livereload": "^0.9.1",
6363
"nodemon": "^2.0.4"
64-
},
65-
"auto": {
66-
"plugins": [
67-
"npm",
68-
"all-contributors",
69-
"conventional-commits",
70-
"first-time-contributor"
71-
]
7264
}
7365
}

0 commit comments

Comments
 (0)