Skip to content

Commit

Permalink
build: 🚑 include exports of raw json files
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynando committed Dec 25, 2024
1 parent 837e1cc commit 5102b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"types": "./build/types.d.ts",
"default": "./build/types.js"
}
}
},
"./raw/*": "./build/raw/*.json"
},
"scripts": {
"prepare": "is-in-ci || husky",
Expand Down

0 comments on commit 5102b72

Please sign in to comment.