Skip to content

Commit

Permalink
fix(sonarqube): Enable release automation (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmayorga authored Mar 31, 2023
1 parent 510658f commit 8ae200e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions plugins/sonarqube-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-sonarqube",
"description": "The sonarqube module for @backstage/plugin-scaffolder-backend",
"version": "0.1.0",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
Expand All @@ -25,8 +24,8 @@
},
"dependencies": {
"@backstage/plugin-scaffolder-node": "^0.1.1",
"yaml": "^2.2.1",
"core-js": "^3.29.1"
"core-js": "^3.29.1",
"yaml": "^2.2.1"
},
"devDependencies": {
"@backstage/backend-common": "^0.18.0",
Expand Down

0 comments on commit 8ae200e

Please sign in to comment.