Skip to content

Commit

Permalink
fix(npm): make plugin public to get published on npm (#1716)
Browse files Browse the repository at this point in the history
* Revert "Version Packages (#1506)"

This reverts commit 19bcd6a.

Signed-off-by: Christoph Jerolimov <[email protected]>

* fix(npm): make plugin public to get published on npm

Signed-off-by: Christoph Jerolimov <[email protected]>

---------

Signed-off-by: Christoph Jerolimov <[email protected]>
  • Loading branch information
christoph-jerolimov authored Oct 21, 2024
1 parent 906af0d commit 394506b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 31 deletions.
5 changes: 5 additions & 0 deletions workspaces/npm/.changeset/proud-brooms-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-npm': major
---

Initial version that shows meta info and latest versions from a npm registry
15 changes: 0 additions & 15 deletions workspaces/npm/packages/app/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion workspaces/npm/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.2",
"version": "0.0.0",
"private": true,
"bundled": true,
"repository": {
Expand Down
13 changes: 0 additions & 13 deletions workspaces/npm/plugins/npm/CHANGELOG.md

This file was deleted.

3 changes: 1 addition & 2 deletions workspaces/npm/plugins/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@backstage-community/plugin-npm",
"description": "A Backstage plugin that shows meta info and latest versions from a npm registry",
"version": "1.0.1",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
Expand Down

0 comments on commit 394506b

Please sign in to comment.