Skip to content

Commit 17a6d50

Browse files
authored
chore: fix npm publish issue (#8)
Signed-off-by: Gaurav Pandey <grvpandey11@gmail.com>
1 parent 2035da9 commit 17a6d50

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@
88
"private": false,
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/grvpandey11/backstage-plugin-scaffolder-backend-module-ms-teams.git"
11+
"url": "https://github.com/grvpandey11/backstage-plugin-scaffolder-backend-module-ms-teams.git",
12+
"directory": "."
1213
},
1314
"publishConfig": {
1415
"access": "public",
1516
"main": "dist/index.cjs.js",
1617
"types": "dist/index.d.ts"
1718
},
1819
"backstage": {
19-
"role": "backend-plugin-module"
20+
"role": "backend-plugin-module",
21+
"pluginId": "scaffolder",
22+
"pluginPackage": "@backstage/plugin-scaffolder-backend"
2023
},
2124
"scripts": {
2225
"start": "backstage-cli package start",

0 commit comments

Comments
 (0)