Skip to content

Commit

Permalink
JSR - Change from selecting includes to excludes (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrokehl authored Mar 8, 2024
1 parent 88bf31a commit 9f54697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "@pedrokehl/caminho",
"version": "1.4.0",
"exports": "./src/index.ts",
"include": ["README", "src/*", "package.json", "package-lock.json", "jsr.json"],
"exclude": ["**"]
"exclude": [".github/*", "benchmark/*", "test/*", ".eslintrc"]
}

0 comments on commit 9f54697

Please sign in to comment.