diff --git a/package.json b/package.json index c4e19f4..9a09828 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "circuit-json-to-step", "main": "dist/index.js", - "version": "0.0.15", + "version": "0.0.17", "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\"' {} \\;",