Skip to content

Commit

Permalink
small adjustments to make package build properly, version correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Bakhtiyarov committed Aug 12, 2024
1 parent 60cec64 commit c58dbfc
Show file tree
Hide file tree
Showing 2 changed files with 1,352 additions and 1,444 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parfuemerie-douglas/scaffolder-backend-module-azure-repositories",
"version": "0.4.0",
"version": "0.3.0",
"description": "A collection of Backstage scaffolder backend modules for Azure repositories.",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand All @@ -10,7 +10,9 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin-module"
"role": "backend-plugin-module",
"pluginId": "scaffolder",
"pluginPackage": "@backstage/plugin-scaffolder-backend"
},
"scripts": {
"start": "backstage-cli package start",
Expand Down Expand Up @@ -41,6 +43,7 @@
"dependencies": {
"@backstage/backend-common": "^0.22.0",
"@backstage/backend-plugin-api": "^0.7.0",
"@backstage/cli": "^0.26.11",
"@backstage/config": "^1.2.0",
"@backstage/errors": "^1.2.3",
"@backstage/integration": "^1.8.0",
Expand All @@ -50,9 +53,7 @@
"azure-devops-node-api": "^13.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.26.5"
},
"devDependencies": {},
"files": [
"dist"
]
Expand Down
Loading

0 comments on commit c58dbfc

Please sign in to comment.