Skip to content

Commit

Permalink
Include package.json and jsr.json in JSR publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Mar 12, 2024
1 parent a5759ed commit ae646e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"version": "2.1.1",
"exports": "./src/index.ts",
"publish": {
"include": ["src", "LICENSE", "README.md"]
"include": ["src", "LICENSE", "README.md", "package.json", "jsr.json"]
}
}

0 comments on commit ae646e7

Please sign in to comment.