Skip to content

Commit

Permalink
Include only necessary files in jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Aug 24, 2024
1 parent 802cd3b commit 2d35e44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 5 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "@rabbit-company/xchacha20",
"version": "2.2.0",
"exports": "./src/xchacha20.ts"
"version": "2.2.1",
"exports": "./src/xchacha20.ts",
"publish": {
"include": ["LICENSE", "README.md", "src/xchacha20.ts"]
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbit-company/xchacha20",
"version": "2.2.0",
"version": "2.2.1",
"description": "XChaCha20 encryption",
"main": "./module/xchacha20.js",
"browser": "./module/xchacha20.js",
Expand Down Expand Up @@ -36,11 +36,11 @@
"security"
],
"devDependencies": {
"@types/bun": "latest",
"@types/bun": "^1.1.7",
"bun-plugin-dts": "^0.2.3",
"@rabbit-company/logger": "^4.0.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.5.4"
}
}

0 comments on commit 2d35e44

Please sign in to comment.