Skip to content

Commit

Permalink
Merge pull request #7 from clerk/fix/package-manager
Browse files Browse the repository at this point in the history
fix: Add packageManager field to package.json
  • Loading branch information
jacekradko authored Nov 21, 2024
2 parents 2672e86 + 90d1ea5 commit 6cc8a95
Show file tree
Hide file tree
Showing 5 changed files with 5,106 additions and 3,286 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pnpm-lock.yaml
package-lock.json
node_modules
dist
README.md
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ export default [
'react/react-in-jsx-scope': 'off',
},
},
{
ignores: ['dist/'],
},
];
Loading

0 comments on commit 6cc8a95

Please sign in to comment.