Skip to content

Commit

Permalink
build: set publishConfig in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Aug 9, 2020
1 parent a0fdfb8 commit 1631f84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"minimist": "1",
"type-coverage-core": "^2.9.0"
},
"files": [
"dist",
"bin"
],
"publishConfig": {
"registry":"https://registry.npmjs.org/"
},
"bin": {
"type-coverage": "bin/type-coverage"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"tslib": "1 || 2",
"tsutils": "3"
},
"files": [
"dist"
],
"publishConfig": {
"registry":"https://registry.npmjs.org/"
},
"peerDependencies": {
"typescript": "2 || 3"
}
Expand Down
7 changes: 3 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
"glob": "7",
"tslib": "1 || 2"
},
"files": [
"dist",
"es"
],
"publishConfig": {
"registry":"https://registry.npmjs.org/"
},
"peerDependencies": {
"typescript": "2 || 3"
}
Expand Down

0 comments on commit 1631f84

Please sign in to comment.