From 2e2672f726c3a1bbe3319fa14001e9dbd4ef2031 Mon Sep 17 00:00:00 2001 From: Theodore Kruczek Date: Fri, 12 Jan 2024 22:06:42 -0500 Subject: [PATCH] docs: :memo: update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdca66a..e9ba455 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ootk-core", "version": "1.0.0-1", - "description": "Orbital Object Toolkit Core including SGP4 Propagator and Coordinate Transforms", + "description": "Orbital Object Toolkit. A modern typed replacement for satellite.js including SGP4 propagation, TLE parsing, Sun and Moon calculations, and more.", "scripts": { "mjs": "ttsc -p tsconfig.build.json -m esnext && node ./scripts/makeMjs.mjs", "cjs": "ttsc -p tsconfig.c.json -m commonjs",