Skip to content

Commit

Permalink
chore(build): add jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x committed Jun 17, 2024
1 parent fe3a18d commit 7168aab
Show file tree
Hide file tree
Showing 4 changed files with 1,787 additions and 26 deletions.
Binary file modified bun.lockb
Binary file not shown.
23 changes: 23 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@fzn0x/hypf",
"version": "0.0.0",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "deno.ns"]
},
"unstable": ["sloppy-imports"],
"exports": {
".": "./src/index.ts"
},
"publish": {
"include": [
"jsr.json",
"LICENSE",
"README.md",
"docs/CODE_OF_CONDUCT.md",
"docs/CONTRIBUTING.md",
"docs/MIGRATION.md",
"src/**/*.ts"
],
"exclude": ["src/**/*.test.ts"]
}
}
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
},
"type": "module",
"files": [
"dist"
"dist",
"LICENSE",
"package.json",
"README.md"
],
"author": {
"name": "Muhammad Fauzan",
Expand Down Expand Up @@ -37,7 +40,8 @@
"vitest:watch": "vitest --watch",
"test": "vitest",
"build": "rimraf dist && tsx ./build.ts && bun run copy:package.cjs.json && webpack",
"watch": "rimraf dist && tsx ./build.ts --watch && bun run copy:package.cjs.json"
"watch": "rimraf dist && tsx ./build.ts --watch && bun run copy:package.cjs.json",
"release": "np"
},
"keywords": [
"fetch",
Expand Down Expand Up @@ -83,7 +87,9 @@
"esbuild-register": "^3.5.0",
"eslint": "8.55.0",
"glob": "^10.4.1",
"np": "^10.0.5",
"prettier": "^3.3.2",
"publint": "^0.2.8",
"rimraf": "^5.0.5",
"ts-loader": "^9.5.1",
"tsx": "^4.15.6",
Expand Down
Loading

0 comments on commit 7168aab

Please sign in to comment.