Skip to content

Commit

Permalink
Extend build files
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof.kubiak committed Dec 2, 2021
1 parent 6b95602 commit 49d5dfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
},
"files": [
"dist/**/*.js",
"src/**/*.js"
"dist/**/*.d.ts",
"src/**/*.js",
"src/**/*.d.ts"
],
"scripts": {
"pretest": "rollup -c",
Expand Down

0 comments on commit 49d5dfd

Please sign in to comment.