Add types to package.json

This commit is contained in:
Jerko Steiner 2019-11-14 00:23:14 -03:00
parent dcbacc9a65
commit 0b068dbe1d

View File

@ -4,6 +4,7 @@
"description": "Group peer to peer video calls for anybody.",
"repository": "https://github.com/jeremija/peer-calls",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"peercalls": "./lib/index.js"
},