Skip to content

Commit 76d455d

Browse files
committed
chore: bump to 1.0.1
1 parent dcc245b commit 76d455d

File tree

2 files changed

+6216
-4552
lines changed

2 files changed

+6216
-4552
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leetcode-card",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Show your dynamically generated LeetCode stats on your GitHub profile or your website!",
55
"license": "MIT",
66
"type": "module",
@@ -19,7 +19,7 @@
1919
"build:worker": "esbuild src/cloudflare-worker/index.ts --outfile=dist/worker.js --bundle --minify --format=esm --loader:.html=text --external:events --keep-names",
2020
"build:package": "esbuild src/core/index.ts --outfile=lib/index.js --bundle --format=esm --external:events --keep-names",
2121
"build": "npm run build:worker && npm run build:package",
22-
"format": "prettier --write '**/*.{js,ts,jsx,tsx,json,yml,yaml,md,html}' '!dist' '!coverage'",
22+
"format": "prettier --write . --ignore-path .gitignore",
2323
"lint": "eslint .",
2424
"push": "wrangler publish"
2525
},

0 commit comments

Comments
 (0)