Skip to content

Commit

Permalink
Move robust predicates from dev to runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Dec 18, 2023
1 parent d896148 commit 10617e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"martinez-polygon-clipping": "^0.7.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"robust-predicates": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"vite": "^3.2.7",
"vue": "^3.3.12"
},
"dependencies": {
"robust-predicates": "^3.0.2",
"splaytree": "^3.1.0"
}
}

0 comments on commit 10617e0

Please sign in to comment.