fix: include lib/types.d.ts in files list (#6844)

Else it's missed when npm publish happens. Didn't pick this up in my testing because a previous PR that changed this hadn't landed at the time of testing so the bug was missed.
This commit is contained in:
Jack Franklin 2021-02-09 08:44:23 +00:00 committed by GitHub
parent ff50c86332
commit e34f317b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@
"release": "node utils/remove_version_suffix.js && standard-version --commit-all"
},
"files": [
"lib/types.d.ts",
"lib/**/*.d.ts",
"lib/**/*.d.ts.map",
"lib/**/*.js",