Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from liatrio/fix/public-packages-and-updated-yarn
Browse files Browse the repository at this point in the history
fix: set packages public, update yarn
  • Loading branch information
dbhagen authored Nov 8, 2024
2 parents b85e88d + 6279cb0 commit 91e6f74
Show file tree
Hide file tree
Showing 6 changed files with 28,348 additions and 20,572 deletions.
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodeLinker: node-modules

npmScopes:
liatrio:
npmRegistryServer: "https://npm.pkg.github.com"
npmAlwaysAuth: true

yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion backstage-plugin-autogov-processor-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/liatrio/backstage-github-autogov-plugin.git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"prepare": "husky",
"clean": "backstage-cli repo clean"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
"packageManager": "yarn@4.5.1"
}
Loading

0 comments on commit 91e6f74

Please sign in to comment.