Skip to content

Commit f94fb60

Browse files
authored
Fix tsc failure (#21)
1 parent cc674de commit f94fb60

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

plugins/backstage-plugin-coder/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@coder/backstage-plugin-coder",
33
"version": "0.0.0",
4-
"main": "dist/index.esm.js",
5-
"types": "dist/index.d.ts",
4+
"main": "src/index.ts",
5+
"types": "src/index.ts",
66
"license": "Apache-2.0",
77
"bugs": {
88
"url": "https://github.com/coder/backstage-plugins/issues"
@@ -58,6 +58,5 @@
5858
},
5959
"files": [
6060
"dist"
61-
],
62-
"module": "./dist/index.esm.js"
61+
]
6362
}

0 commit comments

Comments
 (0)