Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkChampagne17 committed Jan 2, 2024
1 parent 5a9d911 commit 98010a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sakana-widget-react",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"packageManager": "[email protected]",
"description": "A React component that wrap \"Sakana! Widget\".",
"author": "pinkchampagne",
Expand All @@ -17,7 +17,8 @@
"format": "biome format .",
"format:fix": "pnpm run format --write",
"lint": "env ESLINT_USE_FLAT_CONFIG=true eslint . --cache",
"lint:fix": "pnpm run lint --fix"
"lint:fix": "pnpm run lint --fix",
"release": "pnpm run build && npm publish"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit 98010a1

Please sign in to comment.