fix(create-app): update entrypoint

This commit is contained in:
Rémi DOREAU
2020-08-02 13:46:28 +02:00
parent 730d1b21be
commit 5e78cc1082
+1 -1
View File
@@ -16,7 +16,7 @@
"backstage"
],
"license": "Apache-2.0",
"main": "src/index.ts",
"main": "dist/index.cjs.js",
"bin": {
"backstage-create-app": "bin/backstage-create-app"
},