Note: This repo is meant to contain "quick and dirty" code that isn't held to the same quality standards as the rest of the WowFinder project. It provides small utilities to make my work on the other repos easier, so don't expect me to invest any net work on this. Said that, if any of the code may be useful to you, feel free to use it under the terms of the GPL v3 or, at your choice, any later version.
- The field
privateis set onpackage.jsonto prevent accidental publication to the NPM registry. As stated by thelicensefield and the openness of the repo itself, the code is available for reuse. - At the moment, there is no significant versioning of the repo itself. The
versionfield is set to0.0.0to avoid complains from linters.