diff --git a/README.md b/README.md index 712d812..da10f88 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ the Setup menu of the application. https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/latest/src/module.json?inline=false +### libWrapper + +This module uses the [libWrapper] library for wrapping core methods. It is only +a soft dependency (a shim is provided) but it is highly recommended to install +libWrapper as a module for the best experience and compatibility with other +modules. + ## Usage In order to configure the darkness range in which a token has dim and bright @@ -113,6 +120,7 @@ this section up to date, so here is a brief summary as of June 2021: For more accurate information, check the individual files. [Foundry Virtual Tabletop]: http://foundryvtt.com +[libWrapper]: https://github.com/ruipin/fvtt-lib-wrapper [Yarn]: https://github.com/yarnpkg/berry [LIMITED LICENSE AGREEMENT FOR MODULE DEVELOPMENT]: https://foundryvtt.com/article/license/ diff --git a/package.json b/package.json index e36c32a..0515313 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "darkness-dependent-vision", "version": "0.0.1", "description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.", - "license": "MIT", + "license": "https://git.f3l.de/ghost/darkness-dependent-vision#licensing", "homepage": "https://git.f3l.de/ghost/darkness-dependent-vision", "repository": { "type": "git", diff --git a/src/module.json b/src/module.json index 188b754..5e4122a 100644 --- a/src/module.json +++ b/src/module.json @@ -23,7 +23,7 @@ "url": "https://git.f3l.de/ghost/darkness-dependent-vision", "manifest": "https://git.f3l.de/ghost/darkness-dependent-vision/-/raw/latest/src/module.json?inline=false", "download": "https://git.f3l.de/ghost/darkness-dependent-vision/-/jobs/artifacts/0.0.1/download?job=build", - "license": "MIT", + "license": "https://git.f3l.de/ghost/darkness-dependent-vision#licensing", "readme": "https://git.f3l.de/ghost/darkness-dependent-vision/-/blob/master/README.md", "bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues", "changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases"