Skip to content

Commit

Permalink
docs: 📦 update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 7, 2024
1 parent d4982be commit b49eddc
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ootk",
"version": "4.0.0",
"description": "Orbital Object Toolkit including SGP4 Propagator and Coordinate Transforms",
"version": "3.0.0",
"description": "Orbital Object Toolkit including Multiple Propagators, Initial Orbit Determination, and Maneuver Calculations.",
"scripts": {
"build": "node ./scripts/cleanup.mjs && ttsc -p tsconfig.build.json",
"lcov": "node ./scripts/openLcov.mjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
"satellite"
],
"author": "Theodore Kruczek <theodore.kruczek@gmail.com> (https://github.com/ootk/)",
"license": "MIT",
"license": "APGL-3.0",
"bugs": {
"url": "https://github.com/thkruz/ootk/issues"
},
Expand Down Expand Up @@ -61,11 +61,6 @@
"webpack-cli": "^4.10.0"
},
"homepage": "https://github.com/thkruz/ootk",
"directories": {
"lib": "lib",
"src": "src",
"test": "test"
},
"dependencies": {
"ttypescript": "^1.5.15",
"typescript-transform-paths": "^3.4.6"
Expand Down

0 comments on commit b49eddc

Please sign in to comment.