Skip to content

Commit 103d4fa

Browse files
committed
build(package): point to types declaraction for built file
Fixes gh-449
1 parent d4f132c commit 103d4fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.0.2",
44
"description": "Pan and zoom elements anywhere using native transformations",
55
"main": "dist/panzoom.js",
6+
"types": "dist/src/panzoom.d.ts",
67
"scripts": {
78
"build": "yarn clean && rollup --config && yarn minify",
89
"build-demo": "yarn webpack --mode production",

0 commit comments

Comments
 (0)