We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3e349 commit 2005f8dCopy full SHA for 2005f8d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@umessen/dicom-deidentifier",
3
- "version": "1.0.0-beta.3",
+ "version": "1.0.0-beta.4",
4
"description": "DICOM de-identification library for TypeScript",
5
"author": "Nicolas Kamzol <nicolas.kamzol@uk-essen.de>",
6
"repository": {
@@ -17,10 +17,10 @@
17
],
18
"license": "MIT",
19
"private": false,
20
- "files": ["./dist"],
21
- "main": "./dist/dicom-deidentifier.js",
22
- "module": "./dist/dicom-deidentifier.mjs",
23
- "types": "./dist/index.d.ts",
+ "files": ["dist/**"],
+ "main": "dist/dicom-deidentifier.js",
+ "module": "dist/dicom-deidentifier.mjs",
+ "types": "dist/index.d.ts",
24
"scripts": {
25
"prepare": "npm run build",
26
"test": "jest",
0 commit comments