Skip to content

Commit

Permalink
Added types to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
torch2424 committed Oct 14, 2020
1 parent ad8cb9c commit 2a0916f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"main": "dist/as-bind.cjs.js",
"module": "dist/as-bind.esm.js",
"iife": "dist/as-bind.iife.js",
"types": "dist/as-bind.d.ts",
"scripts": {
"build": "run-s lib:wasm:build lib:js:build",
"dev": "run-p lib:watch lib:test:watch",
Expand Down

0 comments on commit 2a0916f

Please sign in to comment.