Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .changeset/tough-rivers-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'create-rock': patch
'rock': patch
'expo-config-plugins-test-app': patch
'@rock-js/config': patch
'@rock-js/platform-android': patch
'@rock-js/platform-apple-helpers': patch
'@rock-js/platform-harmony': patch
'@rock-js/platform-ios': patch
'@rock-js/plugin-brownfield-android': patch
'@rock-js/plugin-brownfield-ios': patch
'@rock-js/plugin-expo-config-plugins': patch
'@rock-js/plugin-metro': patch
'@rock-js/plugin-repack': patch
'@rock-js/provider-github': patch
'@rock-js/provider-s3': patch
'@rock-js/test-helpers': patch
'@rock-js/tools': patch
'@rock-js/welcome-screen': patch
'rock-docs': patch
---

fix: add and normalize package metadata to fix OIDC publishing
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"./package.json": "./package.json"
},
"bin": {
"rock": "./dist/src/bin.js"
"rock": "dist/src/bin.js"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"e2e": "CI=true vitest --config vite.e2e.config.js"
},
"bin": {
"create-rock": "./dist/src/bin.js"
"create-rock": "dist/src/bin.js"
},
"devDependencies": {
"@rock-js/test-helpers": "^0.13.1",
Expand Down
11 changes: 10 additions & 1 deletion templates/rock-template-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,14 @@
},
"publishConfig": {
"access": "public"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/rock.git",
"directory": "templates/rock-template-default"
},
"homepage": "https://rockjs.dev",
"bugs": "https://github.com/callstackincubator/rock/issues",
"license": "MIT",
"author": "Callstack <incubator@callstack.com>"
}
Loading