Skip to content

Commit

Permalink
fix: include lib/types.d.ts in files list (#6844)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jackfranklin committed Feb 9, 2021
1 parent ff50c86 commit e34f317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit e34f317

Please sign in to comment.