Skip to content

Commit

Permalink
updating readme and package
Browse files Browse the repository at this point in the history
  • Loading branch information
knopkem committed Mar 2, 2020
1 parent 999573b commit 3c683a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Nodejs native addon for DICOM DIMSE services using the IMEBRA DICOM c++ toolkit.

# supported DIMSE services
* C-Echo-scu
* C-Store-scp
* C-Move-scu
* C-Find-scu
* C-Move-scu
* C-Get-scu
* C-Store-scp

# in development
* C-Store-scu
* C-Get-scu

## How to install
This package uses prebuild to fetch precompiled binaries, so provided your platform is supported, all you need to do is:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dicom-dimse-native",
"version": "0.0.12",
"version": "0.0.13",
"description": "native addon using imebra dicom toolkit",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"binary": {
"napi_versions": [
3
4
]
}
}

0 comments on commit 3c683a8

Please sign in to comment.