Skip to content

Commit

Permalink
fix(dxf-serializer): updated @jscad/io dependency version for dxf-ser…
Browse files Browse the repository at this point in the history
…ializer fixes (#369)
  • Loading branch information
kaosat-dev authored Apr 7, 2018
1 parent c5cb3e7 commit fadae24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@jscad/core": "^0.2.2",
"@jscad/csg": "0.5.2",
"@jscad/examples": "^1.7.1",
"@jscad/io": "0.4.3",
"@jscad/io": "0.4.4",
"@jscad/openscad-openjscad-translator": "0.0.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"dependencies": {
"@jscad/csg": "0.5.2",
"@jscad/io": "0.4.3",
"@jscad/io": "0.4.4",
"@jscad/openscad-openjscad-translator": "0.0.10",
"astring": "^1.0.2",
"esprima": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@jscad/core": "^0.2.2",
"@jscad/csg": "0.5.2",
"@jscad/examples": "^1.7.1",
"@jscad/io": "0.4.3",
"@jscad/io": "0.4.4",
"@jscad/openscad-openjscad-translator": "0.0.10",
"astring": "^1.0.2",
"brace": "0.10.0",
Expand Down

0 comments on commit fadae24

Please sign in to comment.