scoped package

This commit is contained in:
dannyrb 2019-06-17 15:05:10 -04:00
parent 4d540170aa
commit 01ea3f4179

View File

@ -1,5 +1,5 @@
{ {
"name": "ohif-dicom-pdf-extension", "name": "@ohif/extension-dicom-pdf",
"version": "0.0.6", "version": "0.0.6",
"description": "OHIF extension for Dicom PDF", "description": "OHIF extension for Dicom PDF",
"author": "OHIF", "author": "OHIF",
@ -25,6 +25,11 @@
"react": "^15.0.0 || ^16.0.0", "react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0" "react-dom": "^15.0.0 || ^16.0.0"
}, },
"dependencies": {
"@babel/runtime": "^7.2.0",
"classnames": "^2.2.6",
"lodash.isequal": "^4.5.0"
},
"devDependencies": { "devDependencies": {
"@babel/core": "^7.2.2", "@babel/core": "^7.2.2",
"@babel/plugin-external-helpers": "^7.2.0", "@babel/plugin-external-helpers": "^7.2.0",
@ -80,9 +85,7 @@
"files": [ "files": [
"dist" "dist"
], ],
"dependencies": { "publishConfig": {
"@babel/runtime": "^7.2.0", "access": "public"
"classnames": "^2.2.6",
"lodash.isequal": "^4.5.0"
} }
} }