Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ _Parts of DICOM that dcmjs *will not* focus on:_

## In Node

We aim to support at least the `Maintenance` version according to the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).

At the moment, it should work with Node 11 and above (although it's not recommended to use End Of Life versions).

```None
// To install latest _stable_ release
npm install --save dcmjs
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "dcmjs",
"version": "0.24.0",
"description": "Javascript implementation of DICOM manipulation",
"engines" : {
"node" : ">=11.0.0"
},
"main": "build/dcmjs.js",
"module": "build/dcmjs.es.js",
"directories": {
Expand Down