Merge pull request #36 from runk/make-package-smaller

fix: Make npm package smaller
This commit is contained in:
Dmitry Shirokov 2020-09-23 12:04:33 +10:00 committed by GitHub
commit bbb4fed4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"