Skip to content

Commit

Permalink
chore: remove github registry (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirdock authored Sep 3, 2024
1 parent 89ed29d commit 17badda
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ Please find the getting started guide, installation details, and more in the
- If you haven't already,
[install Backstage](https://backstage.io/docs/getting-started/create-an-app).

- Setup npm to use the GitHub Package Registry as described
[here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package).
(in short, run
`npm login --registry https://npm.pkg.github.com --scope @dynatrace` with your
GitHub personal access token)

- Follow the [Getting Started](README.md/#getting-started).

## Development
Expand Down
3 changes: 1 addition & 2 deletions plugins/dql-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"registry": "https://npm.pkg.github.com/"
"types": "dist/index.d.ts"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions plugins/dql-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"registry": "https://npm.pkg.github.com/"
"types": "dist/index.d.ts"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions plugins/dql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"registry": "https://npm.pkg.github.com/"
"types": "dist/index.d.ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 17badda

Please sign in to comment.