diff --git a/deno.json b/deno.json index aa5aad6..8557da0 100644 --- a/deno.json +++ b/deno.json @@ -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" diff --git a/package.json b/package.json index d7f2a67..66cb592 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",