Skip to content

Commit

Permalink
chore: just fix it, please
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Jul 15, 2024
1 parent 9a6bba5 commit c1ea9c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundify/web-api",
"version": "1.1.4",
"version": "1.1.5",
"exports": {
".": "./mod.ts",
"./pagination": "./pagination.ts",
Expand All @@ -17,7 +17,7 @@
"pagination.ts",
"shared.ts"
],
"exclude": ["endpoints/**.test.ts", "endpoints/**.schemas.ts"]
"exclude": ["endpoints/**/*.test.ts", "endpoints/**/*.schemas.ts"]
},
"imports": {
"zod": "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.4",
"version": "1.1.5",
"description": "🎧 Spotify Web API client for js/ts runtime environments",
"type": "module",
"main": "dist/mod.cjs",
Expand Down

0 comments on commit c1ea9c4

Please sign in to comment.