Skip to content

Commit

Permalink
chore: prepare for JSR distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
izure1 committed Nov 12, 2024
1 parent 03d00d7 commit 65d71e0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"deno.enable": false
}
21 changes: 21 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@izure/serializable-bptree",
"version": "0.0.1",
"description": "Store the B+tree flexibly, not only in-memory.",
"author": "izure1 <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/izure1/serializable-bptree.git"
},
"exports": {
".": "./src/index.ts"
},
"publish": {
"include": [
"LICENSE",
"README.md",
"src/**/*.ts"
]
}
}

0 comments on commit 65d71e0

Please sign in to comment.