Skip to content

Commit 2005f8d

Browse files
committed
Fix build output
1 parent 7f3e349 commit 2005f8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umessen/dicom-deidentifier",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "DICOM de-identification library for TypeScript",
55
"author": "Nicolas Kamzol <nicolas.kamzol@uk-essen.de>",
66
"repository": {
@@ -17,10 +17,10 @@
1717
],
1818
"license": "MIT",
1919
"private": false,
20-
"files": ["./dist"],
21-
"main": "./dist/dicom-deidentifier.js",
22-
"module": "./dist/dicom-deidentifier.mjs",
23-
"types": "./dist/index.d.ts",
20+
"files": ["dist/**"],
21+
"main": "dist/dicom-deidentifier.js",
22+
"module": "dist/dicom-deidentifier.mjs",
23+
"types": "dist/index.d.ts",
2424
"scripts": {
2525
"prepare": "npm run build",
2626
"test": "jest",

0 commit comments

Comments
 (0)