Skip to content

Commit

Permalink
fix files include-list
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Oct 12, 2024
1 parent 1a305c0 commit 80892d1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions jsr.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"name": "@cspotcode/outdent",
"version": "0.8.0",
"exports": "./src/index.ts",
"include": [
"/src",
"/LICENSE",
"/README.md"
]
"publish": {
"include": [
"src",
"LICENSE",
"README.md"
]
}
}

0 comments on commit 80892d1

Please sign in to comment.