Skip to content

Commit 353d7b1

Browse files
committed
Add .d.ts files to package.json includes
1 parent 7c738b2 commit 353d7b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
],
1111
"files": [
1212
"lib/**/*.js",
13-
"dist/*.js"
13+
"lib/**/*.d.ts",
14+
"dist/*.js",
15+
"dist/*.d.ts"
1416
],
1517
"homepage": "https://github.com/martinRenou/ipycanvas",
1618
"bugs": {

0 commit comments

Comments
 (0)