We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0acbad commit f1d0865Copy full SHA for f1d0865
2 files changed
.github/workflows/pull-request.yml
@@ -31,4 +31,4 @@ jobs:
31
- uses: preactjs/compressed-size-action@v2
32
with:
33
repo-token: '${{ secrets.GITHUB_TOKEN }}'
34
- pattern: "{**/dist/**/*.{mjs,js}"
+ pattern: "packages/**/dist/**/*.?(m)js"
packages/react-use-intercom/package.json
@@ -7,7 +7,7 @@
7
"version": "3.0.0",
8
"license": "MIT",
9
"main": "dist/index.js",
10
- "typings": "dist/index.d.ts",
+ "types": "dist/index.d.ts",
11
"repository": {
12
"type": "git",
13
"url": "https://github.com/devrnt/react-use-intercom"
0 commit comments