Skip to content

Commit

Permalink
Merge pull request #2 from DedalusDIIT/UCC_update_package_name
Browse files Browse the repository at this point in the history
UCC: Update package name
  • Loading branch information
felixschuller committed Jun 30, 2021
2 parents ad8a5ec + 1c275ee commit 38ba991
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ dist/
junit.xml
.DS_Store

~/.npm
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@DedalusDIIT/cornerstone-tools",
"version": "4.0.1",
"name": "@dedalusdiit/cornerstone-tools",
"version": "4.0.3",
"description": "Medical imaging tools for the Cornerstone library",
"main": "./dist/cornerstoneTools.js",
"keywords": [
Expand All @@ -13,6 +13,7 @@
"homepage": "https://github.com/DedalusDIIT/cornerstoneTools",
"license": "MIT",
"publishConfig": {
"cache": "~/.npm",
"registry": "https://npm.pkg.github.com/"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '4.0.1';
export default '4.0.3';

0 comments on commit 38ba991

Please sign in to comment.