Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit 3bf7559

Browse files
committed
fix(package): remove publishConfig
1 parent 6b5b93d commit 3bf7559

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"analyze": "plato -d analysis index.js ./lib/index.js ./lib/registrars/*.js ./lib/api/*.js",
1818
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1919
},
20-
"publishConfig": {
21-
"tag": "next"
22-
},
2320
"config": {
2421
"ghooks": {
2522
"pre-commit": "npm run lint",
@@ -30,11 +27,6 @@
3027
"helpMessage": "allowed types: feat, fix, docs, style, refactor, perf, test, chore, revert"
3128
}
3229
},
33-
"release": {
34-
"fallbackTags": {
35-
"next": "latest"
36-
}
37-
},
3830
"repository": {
3931
"type": "git",
4032
"url": "git+https://github.com/eq8/eq8js-api.git"

0 commit comments

Comments
 (0)