We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c064928 commit 7d3b669Copy full SHA for 7d3b669
.autorc
@@ -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
@@ -61,13 +61,5 @@
61
"jest": "^26.4.2",
62
"livereload": "^0.9.1",
63
"nodemon": "^2.0.4"
64
- },
65
- "auto": {
66
- "plugins": [
67
- "npm",
68
- "all-contributors",
69
- "conventional-commits",
70
- "first-time-contributor"
71
- ]
72
}
73
0 commit comments