Skip to content

Commit 4c71acc

Browse files
committed
Update links
1 parent fa4b21b commit 4c71acc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ Rewritten in TypeScript for the browser, Deno, and Node.
2121

2222
## Usage
2323

24-
Require `cbor-redux` in Node:
24+
Require `cbor-redux` in [Node](https://www.npmjs.com/package/cbor-redux):
2525
```javascript
2626
const { CBOR } = require('cbor-redux')
2727
```
2828

29-
or import in Deno:
29+
or import in [Deno](https://deno.land/x/[email protected]):
3030
```javascript
3131
import { CBOR } from 'https://deno.land/x/[email protected]/mod.ts'
3232
```
3333

34-
or script on an HTML page:
34+
or script on an [HTML page](https://www.skypack.dev/npm/cbor-redux):
3535
```html
3636
<script src="https://cdn.skypack.dev/cbor-redux@^0.2.0" type="text/javascript"></script>
3737
```

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cbor-redux",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "dist/CBOR.js",
55
"types": "dist/CBOR.d.ts",
66
"module": "esm/CBOR.js",
@@ -16,7 +16,7 @@
1616
"keywords": [
1717
"cbor"
1818
],
19-
"homepage": "https://github.com/aaronhuggins/cbor-redux",
19+
"homepage": "aaronhuggins.github.io/cbor-redux/",
2020
"bugs": "https://github.com/aaronhuggins/cbor-redux/issues",
2121
"license": "MIT",
2222
"contributors": [

0 commit comments

Comments
 (0)