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:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user