Skip to content

Commit

Permalink
Merge pull request #18 from zalando/feat/publish-npm
Browse files Browse the repository at this point in the history
fix/style
  • Loading branch information
natalyapeixoto authored Jul 7, 2022
2 parents 494dc23 + 3bb0383 commit 718ebfc
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 1,199 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-plugin-api-linter",
"version": "1.0.3",
"version": "1.0.5",
"description": "API Linter is a quality assurance tool that checks the compliance of API's specifications to Zalando's API rules.",
"main": "src/index.ts",
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/components/Violations/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export const ViolationsWrapper = styled('div')({
});

export const ViolationsPlaceholder = styled(Typography)({
marginTop: 52,
margin: 52,
textAlign: 'center'
});
Loading

0 comments on commit 718ebfc

Please sign in to comment.