Skip to content

Commit

Permalink
ignore changeset for app and backend packages
Browse files Browse the repository at this point in the history
Signed-off-by: Karthik Jeeyar <[email protected]>
  • Loading branch information
karthikjeeyar committed Oct 22, 2024
1 parent 5643b77 commit 051f7a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion workspaces/npm/plugins/npm/dev/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
*/
import React from 'react';
import { createDevApp } from '@backstage/dev-utils';
import { npmPlugin, NpmInfoCard, NpmReleaseTableCard } from '../src/plugin';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { Content, Header, Page } from '@backstage/core-components';
import { Grid } from '@material-ui/core';
import { npmPlugin, NpmInfoCard, NpmReleaseTableCard } from '../src/plugin';

const mockEntity = {
apiVersion: 'backstage.io/v1alpha1',
Expand All @@ -35,6 +35,7 @@ const mockEntity = {
owner: 'guests',
},
};

createDevApp()
.registerPlugin(npmPlugin)
.addPage({
Expand Down
8 changes: 3 additions & 5 deletions workspaces/npm/plugins/npm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
export { npmPlugin } from './plugin';

export { isNpmAvailable } from './utils/isNpmAvailable';
export {
NpmInfoCard,
NpmReleaseOverviewCard,
NpmReleaseTableCard,
} from './plugin';
export { NpmInfoCard } from './components/NpmInfoCard';
export { NpmReleaseOverviewCard } from './components/NpmReleaseOverviewCard';
export { NpmReleaseTableCard } from './components/NpmReleaseTableCard';

0 comments on commit 051f7a5

Please sign in to comment.