Skip to content

Commit 1dc977c

Browse files
committed
chore: fix stupid npm issue +4
1 parent cbad593 commit 1dc977c

File tree

2 files changed

+9848
-0
lines changed

2 files changed

+9848
-0
lines changed

jsrconfig.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@nekoai/js",
3+
"version": "0.1.0",
4+
"exports": {
5+
".": {
6+
"types": "./dist/index.d.ts",
7+
"import": "./dist/index.mjs"
8+
}
9+
},
10+
"publish": {
11+
"include": [
12+
"dist/**/*",
13+
"README.md",
14+
"LICENSE"
15+
]
16+
}
17+
}

0 commit comments

Comments
 (0)