Skip to content

Commit

Permalink
ADCIO-4769) fix: update npm dependency to version 0.0.31 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Aug 12, 2024
1 parent ce03e4c commit d675b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Corca <[email protected]>",
"description": "Design System for Corca, Inc.",
"private": false,
"version": "0.0.30",
"version": "0.0.31",
"packageManager": "[email protected]",
"type": "module",
"exports": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"icongen": "svgr --out-dir ./src/icon/generated-default --index-template ./tools/svgrIndexTemplate.cjs -- ./src/icon/assets",
"postinstall": "husky && panda codegen"
"prepare": "husky && panda codegen"
},
"dependencies": {
"date-fns": "3.3.1",
Expand Down

0 comments on commit d675b49

Please sign in to comment.