Skip to content

Commit

Permalink
Update NPM Package Name and Bump Version to 21.115.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah Flinders committed Sep 19, 2023
1 parent 37a8da5 commit 01f2403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Share your knowledge, ask questions, and get the latest FIT SDK news in the [FIT
The FIT JavaScript SDK uses ECMAScript module syntax and requires Node.js v14.0 or higher, or a browser with a compatible JavaScript runtime engine.
## Install
```sh
npm install @garmin-fit/sdk
npm install @garmin/fitsdk
```
## Usage
````js
import { Decoder, Stream, Profile, Utils } from '@garmin-fit/sdk';
import { Decoder, Stream, Profile, Utils } from '@garmin/fitsdk';

const bytes = [0x0E, 0x10, 0xD9, 0x07, 0x00, 0x00, 0x00, 0x00, 0x2E, 0x46, 0x49, 0x54, 0x91, 0x33, 0x00, 0x00];

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garmin-fit/sdk",
"version": "21.115.0",
"name": "@garmin/fitsdk",
"version": "21.115.1",
"description": "FIT JavaScript SDK",
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit 01f2403

Please sign in to comment.