Skip to content

Commit

Permalink
fix: fix publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Dec 25, 2023
1 parent 542c267 commit f5dbf88
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kagawagao/opas.git"
},
"gitHead": "21829677e05508fb6fb9ba234a2a3db2985d48d3"
}
}
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@
"@opas/helper": "^0.0.2",
"dtsgenerator": "^3.19.1",
"lodash": "^4.17.21"
},
"gitHead": "21829677e05508fb6fb9ba234a2a3db2985d48d3"
}
}
6 changes: 4 additions & 2 deletions packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
"bugs": {
"url": "https://github.com/kagawagao/opas/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"camelcase": "^6.3.0",
"dtsgenerator": "^3.19.1",
"prettier": "^3.1.1",
"signale": "^1.4.0"
},
"gitHead": "21829677e05508fb6fb9ba234a2a3db2985d48d3"
}
}
6 changes: 4 additions & 2 deletions plugins/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
"bugs": {
"url": "https://github.com/kagawagao/opas/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.2",
"@opas/helper": "^0.0.2",
"fs-extra": "^11.2.0"
},
"gitHead": "21829677e05508fb6fb9ba234a2a3db2985d48d3"
}
}
6 changes: 4 additions & 2 deletions plugins/definition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
"bugs": {
"url": "https://github.com/kagawagao/opas/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.2",
"@opas/helper": "^0.0.2",
"fs-extra": "^11.2.0"
},
"gitHead": "21829677e05508fb6fb9ba234a2a3db2985d48d3"
}
}
6 changes: 4 additions & 2 deletions plugins/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
"bugs": {
"url": "https://github.com/kagawagao/opas/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.2",
"fs-extra": "^11.2.0",
"json2md": "^2.0.0"
},
"gitHead": "21829677e05508fb6fb9ba234a2a3db2985d48d3"
}
}
6 changes: 4 additions & 2 deletions plugins/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"bugs": {
"url": "https://github.com/kagawagao/opas/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@babel/generator": "^7.23.6",
Expand All @@ -34,6 +37,5 @@
"@opas/helper": "^0.0.2",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21"
},
"gitHead": "21829677e05508fb6fb9ba234a2a3db2985d48d3"
}
}

0 comments on commit f5dbf88

Please sign in to comment.