Skip to content

Commit

Permalink
Prepare for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-exini committed May 20, 2020
1 parent 14ca35e commit c89f3bd
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 36 deletions.
68 changes: 38 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exini/dicom-streams-js",
"version": "1.0.1-SNAPSHOT",
"version": "2.0.0",
"description": "Streaming parsing and processing of DICOM data",
"main": "node/index.js",
"browser": "web/index.js",
Expand Down Expand Up @@ -60,10 +60,10 @@
},
"devDependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.5",
"@types/uuid": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@types/node": "^14.0.4",
"@types/uuid": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"awesome-typescript-loader": "^5.2.1",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
Expand All @@ -78,7 +78,7 @@
"shx": "^0.3.2",
"source-map-support": "^0.5.19",
"ts-node": "8.10.1",
"typescript": "^3.8.3",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",
Expand Down

0 comments on commit c89f3bd

Please sign in to comment.