Skip to content

Commit

Permalink
chore: bump cornerstone-math version, add core to peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik committed Sep 15, 2021
1 parent 780ba60 commit 0e65ba3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cornerstone-tools",
"version": "4.0.1",
"version": "0.0.0-semantically-released",
"description": "Medical imaging tools for the Cornerstone library",
"main": "./dist/cornerstoneTools.js",
"keywords": [
Expand Down Expand Up @@ -53,6 +53,9 @@
"git add"
]
},
"peerDependencies": {
"cornerstone-core": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.0",
Expand Down Expand Up @@ -90,7 +93,7 @@
},
"dependencies": {
"@babel/runtime": "7.1.2",
"cornerstone-math": "0.1.7"
"cornerstone-math": "0.1.9"
},
"files": [
"dist/cornerstoneTools.js",
Expand Down

0 comments on commit 0e65ba3

Please sign in to comment.