Skip to content

Commit

Permalink
fix(beep): ensure types are exported in npm pkg (#969)
Browse files Browse the repository at this point in the history
* fix: add `types` directory in registry

* fix: set typings value in package.json
  • Loading branch information
vinayakkulkarni committed Oct 1, 2021
1 parent 121301b commit 00e16d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/beep/package.json
Expand Up @@ -26,6 +26,7 @@
},
"files": [
"lib/",
"types/",
"README.md",
"LICENSE"
],
Expand All @@ -41,6 +42,7 @@
"rollup": "^2.23.0",
"strip-ansi": "^6.0.0"
},
"types": "types/index.d.ts",
"ava": {
"babel": {
"compileEnhancements": false
Expand Down

0 comments on commit 00e16d9

Please sign in to comment.