fix: define main entry point in package.json (#7298)

This commit is contained in:
Jesse Mazzella 2023-12-14 05:50:17 -08:00 committed by GitHub
parent 902ed0274a
commit 800b03ad60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
"name": "openmct",
"version": "3.3.0-next",
"description": "The Open MCT core platform",
"main": "dist/openmct.js",
"devDependencies": {
"@babel/eslint-parser": "7.22.5",
"@braintree/sanitize-url": "6.0.4",