Skip to content

Commit 2a0916f

Browse files
committed
Added types to package json
1 parent ad8cb9c commit 2a0916f

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
@@ -5,6 +5,7 @@
55
"main": "dist/as-bind.cjs.js",
66
"module": "dist/as-bind.esm.js",
77
"iife": "dist/as-bind.iife.js",
8+
"types": "dist/as-bind.d.ts",
89
"scripts": {
910
"build": "run-s lib:wasm:build lib:js:build",
1011
"dev": "run-p lib:watch lib:test:watch",

0 commit comments

Comments
 (0)