Skip to content

Commit

Permalink
build(package.json): fixed main entry to point to correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 14, 2021
1 parent 5ba9f84 commit 62d83a4
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 @@ -2,7 +2,7 @@
"name": "ootk",
"version": "1.0.1",
"description": "Orbital Object Toolkit including SGP4 Propagator and Coordinate Transforms",
"main": "src/ootk.js",
"main": "dist/ootk.js",
"scripts": {
"build": "node ./scripts/cleanup.js && tsc",
"build:umd": "node ./scripts/cleanup.js && tsc && node node_modules/webpack/bin/webpack.js --config ./scripts/umd.js",
Expand Down

0 comments on commit 62d83a4

Please sign in to comment.