Skip to content

Commit 8772d57

Browse files
authored
Change unpkg => jsdelivr (#6)
* fef * bump version
1 parent 2e7b937 commit 8772d57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rutter-link",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "A React component for Rutter Link",
55
"files": [
66
"dist",

src/useRutterLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { createRutter, RutterFactory } from './factory';
55
import { RutterLinkOptions } from './types';
66

77
const RUTTER_LINK_STABLE_URL =
8-
'https://unpkg.com/@rutter/rutter-link-js@latest';
8+
'https://cdn.jsdelivr.net/npm/@rutter/rutter-link-js@latest';
99

1010
const noop = () => {};
1111

0 commit comments

Comments
 (0)