Skip to content

Commit

Permalink
use stable importmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Strehle committed Aug 8, 2024
1 parent 5996154 commit db44fce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions importmap.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"imports": {
"datex-core-legacy": "https://dev.cdn.unyt.org/unyt_core/datex.ts",
"datex-core-legacy/": "https://dev.cdn.unyt.org/unyt_core/",
"uix": "https://dev.cdn.unyt.org/uix1/uix.ts",
"uix/": "https://dev.cdn.unyt.org/uix1/src/",
"uix/jsx-runtime": "https://dev.cdn.unyt.org/uix1/src/jsx-runtime/jsx.ts",
"unyt-tests/": "https://dev.cdn.unyt.org/unyt_tests/"
"datex-core-legacy": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/datex.ts",
"datex-core-legacy/": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/",
"uix": "https://cdn.unyt.org/uix@0.2.x/uix.ts",
"uix/": "https://cdn.unyt.org/uix@0.2.x/src/",
"uix/jsx-runtime": "https://cdn.unyt.org/uix@0.2.x/src/jsx-runtime/jsx.ts",
"unyt-tests/": "https://cdn.unyt.org/unyt_tests/"
}
}

0 comments on commit db44fce

Please sign in to comment.