Skip to content

Commit c38d794

Browse files
committed
fix(pkg): add sourcemap, typescript definitions back to pkg
Fixes #427, #428
1 parent 41a02c3 commit c38d794

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
@@ -15,7 +15,9 @@
1515
},
1616
"files": [
1717
"/build",
18-
"/web/react-draggable.min.js"
18+
"/typings",
19+
"/web/react-draggable.min.js",
20+
"/web/react-draggable.min.js.map"
1921
],
2022
"typings": "./typings/index.d.ts",
2123
"types": "./typings/index.d.ts",

0 commit comments

Comments
 (0)