Skip to content

Commit 34d97b5

Browse files
authored
Merge pull request #132 from QuantStack/ky/includetypes
Include types in package
2 parents db8edb6 + 0375c2b commit 34d97b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
],
1111
"files": [
1212
"lib/**/*.js",
13+
"lib/**/*.js.map",
14+
"lib/**/*.ts",
1315
"dist/*.js",
16+
"dist/*.js.map",
17+
"dist/*.png",
1418
"style/**/*.*"
1519
],
1620
"homepage": "https://github.com/QuantStack/ipydatagrid",

0 commit comments

Comments
 (0)