CCGE-BOADICEA / pedigreejs

A web tool for building pedigrees, https://ccge-boadicea.github.io/pedigreejs/
GNU General Public License v3.0
59 stars 42 forks source link

Could someone please deploy to NPM? #92

Closed king612 closed 5 years ago

king612 commented 5 years ago

It would be great if this could just be installed from NPM as a node module.

huyhong commented 5 years ago

You can always pull directly from GitHub from your package.json file, for example to pull latest master as of this comment:

"dependencies": {
   ...
    "pedigreejs": "CCGE-BOADICEA/pedigreejs#7e6344f2da9c9d1bd741e0b4ba9b021b103cf6a0",
   ...
}
king612 commented 5 years ago

Our Prod system won't have internet connectivity, but I guess this would get pulled at build time, so that might work for us.

Thanks!

tcarver commented 5 years ago

Thanks @huyhong - closing this as there is a solution