ben-aaron188 / netanos

NETANOS: Named entity-based Text Anonymization for Open Science'
https://www.npmjs.com/package/netanos
MIT License
10 stars 5 forks source link

Add ner and promise to package.json dependencies #5

Closed RichardLitt closed 7 years ago

RichardLitt commented 7 years ago

Instead of specifying in the README which modules the user needs to download, run this command:

npm install --save ner
npm install --save promise

And commit the changed package.json file. This way, in the future, the user can just run npm i.

Related to https://github.com/openjournals/joss-reviews/issues/293.

ben-aaron188 commented 7 years ago

Done