diff --git a/package.json b/package.json index e543928..e656627 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "circuit-json-to-step", "main": "dist/index.js", - "version": "0.0.4", + "version": "0.0.5", "type": "module", "scripts": { "pull-reference": "git clone https://github.com/tscircuit/circuit-json.git && find circuit-json/tests -name '*.test.ts' -exec bash -c 'mv \"$0\" \"${0%.test.ts}.ts\"' {} \\; && git clone https://github.com/tscircuit/stepts.git && find stepts/tests -name '*.test.ts' -exec bash -c 'mv \"$0\" \"${0%.test.ts}.ts\"' {} \\;",