Skip to content

Commit d756248

Browse files
author
observ33r
committed
chore: point exports to source and remove publish block in jsr config
1 parent a28ee50 commit d756248

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

jsr.json

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
{
2-
"name": "@observ33r/jsoncmp",
3-
"version": "1.0.0",
4-
"license": "MIT",
5-
"types": "./dist/index.d.ts",
6-
"exports": "./dist/index.mjs",
7-
"keywords": ["json", "equal", "equals", "equality", "compare", "structural-equality", "high-performance", "fast"],
8-
"description": "Fast and type-safe JSON deep comparison for modern runtimes.",
9-
"publish": {
10-
"include": [
11-
"dist/index.mjs",
12-
"dist/index.d.ts",
13-
"README.md"
14-
]
15-
}
16-
}
2+
"name": "@observ33r/jsoncmp",
3+
"version": "1.0.0",
4+
"license": "MIT",
5+
"exports": "./src/index.ts",
6+
"keywords": ["json", "equal", "equals", "equality", "compare", "structural-equality", "high-performance", "fast"],
7+
"description": "Fast and type-safe JSON deep comparison for modern runtimes."
8+
}

0 commit comments

Comments
 (0)