Skip to content

Commit 1a18a6e

Browse files
port relocation and parallel port connections features
1 parent cec9162 commit 1a18a6e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "circuit-sketcher-app",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"author": "Code Forge Temple",
55
"description": "An application to draw circuits on a canvas, based on circuit-sketcher-core.",
66
"license": "GPL",
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"circuit-sketcher-core": "git+https://github.com/code-forge-temple/circuit-sketcher-core.git",
14+
"circuit-sketcher-core": "github:code-forge-temple/circuit-sketcher-core",
1515
"file-saver": "^2.0.5",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"
@@ -37,4 +37,4 @@
3737
"vite": "^6.0.1",
3838
"vite-plugin-commonjs": "^0.10.4"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)