Skip to content

Commit

Permalink
chore(suspensive.org): image optimization by sharp (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Jul 8, 2024
1 parent edfde9f commit a84bfb2
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/suspensive.org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-sandpack": "^0.0.3"
"remark-sandpack": "^0.0.3",
"sharp": "^0.33.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"bin": {
"suspensive-react-query": "dist/scripts/cli.cjs",
"srq": "dist/scripts/cli.cjs"
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup",
"ci:attw": "attw --pack",
Expand All @@ -52,8 +52,8 @@
"ci:type": "tsc --noEmit",
"clean": "rimraf ./dist && rimraf ./coverage",
"dev": "tsup --watch",
"prepack": "pnpm build",
"postinstall": "node -e \"import('./dist/scripts/postinstall.cjs').catch(e => console.error(e))\""
"postinstall": "node -e \"import('./dist/scripts/postinstall.cjs').catch(e => console.error(e))\"",
"prepack": "pnpm build"
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
Expand Down
Loading

0 comments on commit a84bfb2

Please sign in to comment.