Publish TS types, for them to show up in npm

See https://github.blog/changelog/2020-12-16-npm-displays-packages-with-bundled-typescript-declarations/
This commit is contained in:
Ronan Jouchet 2020-12-17 20:59:04 -05:00
parent cf11a71a7c
commit 0eaf72ced8
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"wrapper"
],
"main": "lib/main.js",
"typings": "lib/main.d.ts",
"bin": {
"nativefier": "lib/cli.js"
},