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 506567f commit 5e00ecc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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/password-generator",
"version": "2.1.0",
"exports": "./src/password-generator.ts"
"version": "2.1.1",
"exports": "./src/password-generator.ts",
"publish": {
"include": ["LICENSE", "README.md", "src/password-generator.ts"]
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbit-company/password-generator",
"version": "2.1.0",
"version": "2.1.1",
"description": "Password generator",
"main": "./module/password-generator.js",
"browser": "./module/password-generator.js",
Expand Down Expand Up @@ -35,11 +35,11 @@
"strength"
],
"devDependencies": {
"@types/bun": "latest",
"@types/bun": "^1.1.7",
"bun-plugin-dts": "^0.2.3",
"@rabbit-company/logger": "^3.1.0"
"@rabbit-company/logger": "^4.0.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.5.4"
}
}

0 comments on commit 5e00ecc

Please sign in to comment.