Skip to content

Commit 7594a95

Browse files
authored
Update NPM Package Name and Bump Version to 21.115.1
Update NPM Package Name and Bump Version to 21.115.1
2 parents 37a8da5 + 01f2403 commit 7594a95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Share your knowledge, ask questions, and get the latest FIT SDK news in the [FIT
77
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.
88
## Install
99
```sh
10-
npm install @garmin-fit/sdk
10+
npm install @garmin/fitsdk
1111
```
1212
## Usage
1313
````js
14-
import { Decoder, Stream, Profile, Utils } from '@garmin-fit/sdk';
14+
import { Decoder, Stream, Profile, Utils } from '@garmin/fitsdk';
1515

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@garmin-fit/sdk",
3-
"version": "21.115.0",
2+
"name": "@garmin/fitsdk",
3+
"version": "21.115.1",
44
"description": "FIT JavaScript SDK",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)