Skip to content

Commit a53cadc

Browse files
committed
fixes
1 parent 464f44c commit a53cadc

2 files changed

Lines changed: 2 additions & 41 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"typescript-eslint": "^8.32.1"
2626
},
2727
"files": [
28-
"build",
29-
"src"
28+
"{payloads,rest,utils}/**/*.{d.ts,js,js.map}",
29+
"v1.{js,js.map,d.ts,d.ts.map,mjs}"
3030
],
3131
"exports": {
3232
"./v1": {

0 commit comments

Comments
 (0)