Skip to content

Commit

Permalink
v0.0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 16, 2024
1 parent ca78ede commit 4587ccc
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": "@tscircuit/footprinter",
"type": "module",
"version": "0.0.60",
"version": "0.0.61",
"description": "",
"main": "dist/index.cjs",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "FULL_RUN=1 ava",
"dev": "cd previews && npm i && npm run storybook",
Expand Down

0 comments on commit 4587ccc

Please sign in to comment.