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

Commit 6d96480

Browse files
committed
fix(package): remove publishConfig entry
1 parent f840d1b commit 6d96480

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 4 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",
@@ -50,7 +47,7 @@
5047
},
5148
"homepage": "https://eq8.js.org",
5249
"engines": {
53-
"node": ">=4.5.0",
50+
"node": ">=6",
5451
"npm": ">=2.15.9 <3.0.0"
5552
},
5653
"dependencies": {

0 commit comments

Comments
 (0)