From 3cda6b64639d05ba1caf2f2600f1a0f3d8a8fabc Mon Sep 17 00:00:00 2001 From: Mr Martian Date: Thu, 9 Jan 2025 00:47:09 -0500 Subject: [PATCH] migrating to -ts for typescript npm module. sad day --- README.md | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1a1c89cb..c92b15f6 100755 --- a/README.md +++ b/README.md @@ -6,17 +6,14 @@ GitHub Actions Workflow Status - - npm + + npm crate - - downloads - - - bundle + + downloads docs-ts @@ -40,15 +37,18 @@ A collection of geospatial tools primarily designed for WGS84, Web Mercator, and ```bash # NPM -npm install gis-tools +npm install gis-tools-ts # PNPM -pnpm add gis-tools +pnpm add gis-tools-ts # Yarn -yarn add gis-tools +yarn add gis-tools-ts # Bun -bun add gis-tools +bun add gis-tools-ts # Deno -deno install gis-tools +deno install gis-tools-ts + +# Cargo +cargo add gis-tools ``` ## Components diff --git a/package.json b/package.json index 5762a8c0..f190e5c5 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gis-tools", + "name": "gis-tools-ts", "version": "0.2.0", "description": "A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.", "type": "module",