Merge pull request #15 from nazar-pc/patch-2

Specify TypeScript declaration file in package.json
This commit is contained in:
David Braun 2022-03-11 17:20:51 -06:00 committed by GitHub
commit ad56bcc06c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@
],
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/NodeGuy/channel.git"