markushedvall / node-plantuml

A Node.js module and CLI for running PlantUML
MIT License
189 stars 53 forks source link

Revert "Remove and disable package-lock.json" #27

Closed nemuzuka closed 5 years ago

nemuzuka commented 5 years ago

Master branch is in error state

https://travis-ci.org/markushedvall/node-plantuml/branches

This reverts commit f0d63c9220839417fe6d9283e6e9755166289304.

nemuzuka commented 5 years ago

Even this was useless, so I will withdraw. I'm sorry

markushedvall commented 5 years ago

It's the get-plantuml-jar.js that is failing to download the plantuml.jar. It might be that the path of the jar has changed or there might be some problem with sourceforge.

I will look into it...

markushedvall commented 5 years ago

And just to be clear, it only affects new development. The published package is still working.

nemuzuka commented 5 years ago

@markushedvall Thank you for your reply. And just to be clear, it only affects new development. The published package is still working.

The published package is still working.

Because I was concerned that the master branch was in error, I issued a pull request. Thank you