Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 25, 2024
2 parents 4576ea2 + 1461b15 commit 87c3889
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 104 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"package": "pnpm ncc build src/index.ts -o dist --source-map --license licenses.txt",
"package:watch": "pnpm run package --watch",
"test": "pnpm jest --coverage",
"prepublishOnly": "pnpm run clean && pnpm install && pnpm run build",
"preflight": "pnpm install && pnpm run format:write && pnpm run lint && pnpm run package",
"prepare": "husky"
},
Expand Down Expand Up @@ -71,7 +70,7 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lodash.escaperegexp": "4.1.9",
"@types/node": "20.12.11",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vercel/ncc": "^0.38.1",
Expand Down
Loading

0 comments on commit 87c3889

Please sign in to comment.