Skip to content

Commit df619c7

Browse files
v0.0.11 (#39)
Co-authored-by: GitHub Actions <[email protected]>
1 parent f2f03e5 commit df619c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "circuit-json-to-step",
33
"main": "dist/index.js",
4-
"version": "0.0.10",
4+
"version": "0.0.11",
55
"type": "module",
66
"scripts": {
77
"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\"' {} \\;",

0 commit comments

Comments
 (0)