We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a236232 commit 30ab951Copy full SHA for 30ab951
scripts/api.js
@@ -8,7 +8,7 @@ let COMPONENT_LINK_REGEXP;
8
9
(async function () {
10
const response = await fetch(
11
- 'https://unpkg.com/@ionic/[email protected].1/core.json',
+ 'https://unpkg.com/@ionic/[email protected].2/core.json',
12
);
13
const { components } = await response.json();
14
0 commit comments