Skip to content

Commit

Permalink
chore: include only needed files to jsr package
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Jul 15, 2024
1 parent 51e1b7d commit 9a6bba5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"name": "@soundify/web-api",
"version": "1.1.3",
"version": "1.1.4",
"exports": {
".": "./mod.ts",
"./pagination": "./pagination.ts",
"./auth": "./auth.ts"
},
"publish": {
"include": [
"client.ts",
"auth.ts",
"LICENSE",
"README.md",
"endpoints/**/*.ts",
"mod.ts",
"pagination.ts",
"shared.ts"
],
"exclude": ["endpoints/**.test.ts", "endpoints/**.schemas.ts"]
},
"imports": {
"zod": "https://deno.land/x/[email protected]/mod.ts",
"oauth4webapi": "https://deno.land/x/[email protected]/mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundify/web-api",
"version": "1.1.3",
"version": "1.1.4",
"description": "🎧 Spotify Web API client for js/ts runtime environments",
"type": "module",
"main": "dist/mod.cjs",
Expand Down

0 comments on commit 9a6bba5

Please sign in to comment.