Skip to content

Commit

Permalink
refact update packages repo field
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo committed Nov 15, 2023
1 parent 72bdb34 commit 8de11f7
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 7 deletions.
6 changes: 4 additions & 2 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"directories": {
"build": "dist"
},

"exports": {
"import": "./dist/adapters.es.js"
},
Expand All @@ -32,8 +33,9 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcmjs-org/dcmjs.git"
},
"url": "https://github.com/RadicalImaging/MCornerstone3D.git",
"directory": "packages/adapters"
},
"author": "@cornerstonejs (formerly Steve Pieper from dcmjs)",
"license": "MIT",
"bugs": {
Expand Down
6 changes: 5 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"main": "src/index.ts",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
"repository": "https://github.com/cornerstonejs/cornerstone3D",
"repository": {
"type": "git",
"url": "https://github.com/RadicalImaging/MCornerstone3D.git",
"directory": "packages/core"
},
"files": [
"dist/",
"src/"
Expand Down
6 changes: 5 additions & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "docs",
"version": "1.27.4",
"private": true,
"repository": "https://github.com/cornerstonejs/cornerstone3D",
"repository": {
"type": "git",
"url": "https://github.com/RadicalImaging/MCornerstone3D.git",
"directory": "packages/docs"
},
"scripts": {
"preinstall": "node preinstall.js",
"build:docs": "cross-env NODE_OPTIONS=--max_old_space_size=16384 yarn run prep-examples && docusaurus build",
Expand Down
6 changes: 5 additions & 1 deletion packages/nifti-volume-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
"repository": "https://github.com/cornerstonejs/cornerstone3D",
"repository": {
"type": "git",
"url": "https://github.com/RadicalImaging/MCornerstone3D.git",
"directory": "packages/nifti-volume-loader"
},
"files": [
"dist/"
],
Expand Down
6 changes: 5 additions & 1 deletion packages/streaming-image-volume-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"main": "src/index.ts",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
"repository": "https://github.com/cornerstonejs/cornerstone3D",
"repository": {
"type": "git",
"url": "https://github.com/RadicalImaging/MCornerstone3D.git",
"directory": "packages/streaming-image-volume-loader"
},
"files": [
"dist/",
"src/"
Expand Down
6 changes: 5 additions & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"main": "src/index.ts",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
"repository": "https://github.com/cornerstonejs/cornerstone3D",
"repository": {
"type": "git",
"url": "https://github.com/RadicalImaging/MCornerstone3D.git",
"directory": "packages/tools"
},
"files": [
"dist/",
"src/"
Expand Down

0 comments on commit 8de11f7

Please sign in to comment.