Skip to content

Commit 09314cc

Browse files
committed
chore: adds import map for jsr publish
1 parent 99ddd52 commit 09314cc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

import_map.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"imports": {
3+
"@dschz/load-script": "jsr:@dschz/load-script@1"
4+
}
5+
}

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"exports": "./src/index.tsx",
66
"publish": {
7-
"include": ["LICENSE", "README.md", "src/**/*.tsx"],
7+
"include": ["LICENSE", "README.md", "import_map.json", "src/**/*.tsx"],
88
"exclude": ["**/*.test.tsx"]
99
}
1010
}

0 commit comments

Comments
 (0)