Skip to content

Commit

Permalink
chore(package): remove unnecessary registry config
Browse files Browse the repository at this point in the history
Lerna was considering this a "3rd-party" registry because the config was present at all. This should hopefully make lerna happier.
  • Loading branch information
eventualbuddha committed Aug 9, 2019
1 parent ae9e108 commit 7cf439e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
}
},
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public"
}
}
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"jest": "^24.8.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public"
}
}
1 change: 0 additions & 1 deletion packages/matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
],
"types": "src/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public"
}
}
1 change: 0 additions & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"ts-jest": "^24.0.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public"
}
}

0 comments on commit 7cf439e

Please sign in to comment.