chore: revert accidental change of package.json when half way through a build

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-08-06 14:43:33 +02:00
parent 095db2591c
commit 5af699a12e
+3 -4
View File
@@ -19,8 +19,8 @@
"backstage"
],
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"build": "backstage-cli build",
"lint": "backstage-cli lint",
@@ -38,6 +38,5 @@
},
"files": [
"dist"
],
"module": "dist/index.esm.js"
]
}