Skip to content

Commit

Permalink
Merge pull request #10 from tscircuit/readme-update
Browse files Browse the repository at this point in the history
fix: missing verison added in package.json
  • Loading branch information
imrishabh18 authored Jul 27, 2024
2 parents 1057e3c + 354d884 commit 5ef63d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "circuit-to-png",
"module": "index.ts",
"version": "0.0.1",
"description": "Convert circuit to png",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"prepublish": "npm run build",
"build": "tsup ./src/index.ts --dts --sourcemap",
Expand Down

0 comments on commit 5ef63d7

Please sign in to comment.