Skip to content

Commit

Permalink
fix: correct main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Jan 17, 2024
1 parent ea1bbaa commit 6cc1777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.3.0-next",
"description": "An adapter for connecting Open MCT with YAMCS",
"type": "module",
"main": "dist/openmct-yamcs.js",
"main": "src/openmct-yamcs.js",
"scripts": {
"clean": "rm -rf ./dist ./node_modules ./package-lock.json ./coverage ./test-results ./tests/html-test-results ./tests/e2e/test-results ./.nyc_output ./tests/e2e/opensource",
"test": "npm run test:getopensource && npm run test:e2e:smoke",
Expand Down

0 comments on commit 6cc1777

Please sign in to comment.