Skip to content

Commit f1d0865

Browse files
committed
Use types instead of typings
1 parent d0acbad commit f1d0865

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- uses: preactjs/compressed-size-action@v2
3232
with:
3333
repo-token: '${{ secrets.GITHUB_TOKEN }}'
34-
pattern: "{**/dist/**/*.{mjs,js}"
34+
pattern: "packages/**/dist/**/*.?(m)js"

packages/react-use-intercom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": "3.0.0",
88
"license": "MIT",
99
"main": "dist/index.js",
10-
"typings": "dist/index.d.ts",
10+
"types": "dist/index.d.ts",
1111
"repository": {
1212
"type": "git",
1313
"url": "https://github.com/devrnt/react-use-intercom"

0 commit comments

Comments
 (0)