Skip to content

Commit

Permalink
fix: expose JS files only (#1081)
Browse files Browse the repository at this point in the history
* make browser point to dist

* fix lint
  • Loading branch information
tlgimenes committed Dec 20, 2021
1 parent 8dfe1f5 commit 3742d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "MIT",
"main": "dist/index.js",
"browser": "src/index.ts",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/utils/toHaveNoIncomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const toHaveNoIncompletes = {
declare global {
// eslint-disable-next-line
namespace jest {
interface Matchers<R, T> {
interface Matchers<R> {
toHaveNoIncompletes(): R
}
}
Expand Down

0 comments on commit 3742d59

Please sign in to comment.