Skip to content

Commit

Permalink
Fix build output
Browse files Browse the repository at this point in the history
  • Loading branch information
nickamzol committed Sep 13, 2022
1 parent 7f3e349 commit 2005f8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umessen/dicom-deidentifier",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "DICOM de-identification library for TypeScript",
"author": "Nicolas Kamzol <[email protected]>",
"repository": {
Expand All @@ -17,10 +17,10 @@
],
"license": "MIT",
"private": false,
"files": ["./dist"],
"main": "./dist/dicom-deidentifier.js",
"module": "./dist/dicom-deidentifier.mjs",
"types": "./dist/index.d.ts",
"files": ["dist/**"],
"main": "dist/dicom-deidentifier.js",
"module": "dist/dicom-deidentifier.mjs",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"test": "jest",
Expand Down

0 comments on commit 2005f8d

Please sign in to comment.