Skip to content

Commit

Permalink
v0.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 24, 2024
1 parent eac280f commit b17dbcb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "circuit-to-svg",
"type": "module",
"version": "0.0.47",
"version": "0.0.48",
"description": "Convert Circuit JSON to SVG",
"main": "dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"start": "storybook dev -p 6006",
"prepublish": "npm run build",
Expand Down

0 comments on commit b17dbcb

Please sign in to comment.