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 #12 from liatrio/fix/update-autogov-common-package…
Browse files Browse the repository at this point in the history
…-json

fix: autogov pacakage.json
  • Loading branch information
amber-beasley-liatrio authored Nov 7, 2024
2 parents 4fc52fe + 9b523d0 commit 80d8df8
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions backstage-plugin-autogov-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,34 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
"repository": {
"type": "git",
"url": "git+https://github.com/liatrio/backstage-github-autogov-plugin.git",
"directory": "backstage-plugin-autogov-common"
},
"backstage": {
"role": "frontend-plugin",
"pluginId": "autogov-common",
"pluginPackages": []
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"lint:all": "yarn lint && yarn prettier:check",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack"
"postpack": "backstage-cli package postpack",
"prettier:check": "npx --yes prettier --check .",
"prettier:fix": "npx --yes prettier --write .",
"tsc:full": "tsc --skipLibCheck true --incremental false",
"prepare": "husky"
},
"dependencies": {
"@backstage/core-components": "^0.15.0",
Expand Down

0 comments on commit 80d8df8

Please sign in to comment.