titaniumnetwork-dev / Ultraviolet-App

Example application of Ultraviolet which can be deployed in production.
https://docs.titaniumnetwork.org/proxies/ultraviolet
MIT License
290 stars 4.46k forks source link

Fix @tomphttp/bare-server-node dependency & change LICENSE from package.json #3

Closed mdoryammilwalrus closed 2 years ago

mdoryammilwalrus commented 2 years ago

Fixes a bug when removing or rebuilding package-lock.json, as the version in the package.json is different from the one used (1.0.2-beta-typings3)

Repo with this working: IDontCodee/Incognito

Also changes the license (MIT) to the one from the package.json (GPLv3)

e9x commented 2 years ago

Also changes the license (MIT) to the one from the package.json (GPLv3)

Ultraviolet and its related repositories here are under the MIT license. Perhaps you can open a new issue for changing the license.

I have upgraded eslint and bare-server-node in a236a10cc2ad6c99c6cd99abca161f00144f6fef. This should resolve the issue.