Change binary name to peer-calls

This commit is contained in:
Jerko Steiner 2019-11-19 00:02:00 -03:00
parent 1ef92f6b19
commit 1c46b31655

View File

@ -6,7 +6,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"peercalls": "./lib/index.js"
"peer-calls": "./lib/index.js"
},
"scripts": {
"start": "node lib/index.js",