Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 21, 2024
1 parent f7cd3d0 commit b3de393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.3.1",
"exports": "./src/index.ts",
"publish": {
"include": ["deno.json", "import_map.json", "src", "README.md", "LICENSE"]
"include": ["src", "README.md", "LICENSE"]
},
"imports": {
"@gramio/types": "jsr:@gramio/types@^8.1.0"
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gramio/keyboards",
"version": "1.0.1",
"version": "1.0.2",
"description": "Framework-agnostic Telegram bot keyboard builder with many cool features!",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -19,8 +19,7 @@
"homepage": "https://github.com/gramiojs/keyboards",
"readme": "https://gramio.dev/keyboards/overview",
"scripts": {
"prepublishOnly": "bun test && bunx pkgroll",
"jsr": "bun scripts/release-jsr.ts"
"prepublishOnly": "bun test && bunx pkgroll"
},
"keywords": [
"gramio",
Expand Down

0 comments on commit b3de393

Please sign in to comment.