Skip to content

Commit

Permalink
chore: git ignores for yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Dec 23, 2023
1 parent 48b247c commit e970872
Show file tree
Hide file tree
Showing 4 changed files with 1,648 additions and 1,869 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,5 @@ dist
.wrangler/
.pnp.loader.mjs
.pnp.cjs
.yarn/releases/yarn-4.0.2.cjs
.yarnrc.yml
4 changes: 0 additions & 4 deletions build/index.ts

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@cloudflare/workers-types": "^4.20231121.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"esbuild": "^0.19.9",
"esbuild": "^0.19.10",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -62,5 +62,6 @@
"extends": [
"@commitlint/config-conventional"
]
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit e970872

Please sign in to comment.