Skip to content

Commit

Permalink
🤔 Can we use root import_map.jsr.json with @latest (and should we?)
Browse files Browse the repository at this point in the history
  • Loading branch information
protiev committed Jun 16, 2024
1 parent f3a11c3 commit ef36ecf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions import_map.jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"imports": {
"@axhxrx/assert-never": "jsr:@axhxrx/assert-never@latest",
"@axhxrx/date": "jsr:@axhxrx/date@latest",
"@axhxrx/detect-runtime": "jsr:@axhxrx/detect-runtime@latest"
}
}
2 changes: 1 addition & 1 deletion libs/ts/detect-runtime/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "@axhxrx/detect-runtime",
"version": "0.2.0",
"exports": "./index.ts",
"importMap": "import_map.json"
"importMap": "../../../import_map.jsr.json"
}

0 comments on commit ef36ecf

Please sign in to comment.