fix: Make npm package smaller

This commit is contained in:
Dmitry Shirokov 2020-09-23 11:51:11 +10:00
parent 004aecc6a2
commit abde2b2d34
No known key found for this signature in database
GPG Key ID: 0D8CF8C72764BA46
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
"semantic-release": "semantic-release"
},
"main": "lib/index.js",
"files": ["lib"],
"typings": "lib/index.d.ts",
"engine": {
"node": ">=4"