Skip to content

Commit 054deac

Browse files
authored
Merge pull request #97 from matthewturk/bundle_typescript_definitions
Add .d.ts files to package.json includes
2 parents 7c738b2 + 353d7b1 commit 054deac

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)