Skip to content

Commit

Permalink
fix: Include TypeScript types file in the published package files
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-robson authored and prantlf committed Jul 22, 2022
1 parent b1d3a00 commit 4c0fdb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@
"browser": "dist/index.umd.min.js",
"types": "lib/index.d.ts",
"exports": {
"require": "./dist/index.cjs",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"bin": {
"buildnumgen": "bin/buildnumgen.js"
},
"files": [
"bin",
"dist"
"dist",
"lib/index.d.ts"
],
"scripts": {
"prepare": "rollup -c",
Expand Down

0 comments on commit 4c0fdb9

Please sign in to comment.