Add note about libWrapper to Reademe and update licensing
This commit is contained in:
parent
56b8a039e5
commit
4dec41b766
3 changed files with 10 additions and 2 deletions
|
@ -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
|
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
|
## Usage
|
||||||
|
|
||||||
In order to configure the darkness range in which a token has dim and bright
|
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.
|
For more accurate information, check the individual files.
|
||||||
|
|
||||||
[Foundry Virtual Tabletop]: http://foundryvtt.com
|
[Foundry Virtual Tabletop]: http://foundryvtt.com
|
||||||
|
[libWrapper]: https://github.com/ruipin/fvtt-lib-wrapper
|
||||||
[Yarn]: https://github.com/yarnpkg/berry
|
[Yarn]: https://github.com/yarnpkg/berry
|
||||||
|
|
||||||
[LIMITED LICENSE AGREEMENT FOR MODULE DEVELOPMENT]: https://foundryvtt.com/article/license/
|
[LIMITED LICENSE AGREEMENT FOR MODULE DEVELOPMENT]: https://foundryvtt.com/article/license/
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "darkness-dependent-vision",
|
"name": "darkness-dependent-vision",
|
||||||
"version": "0.0.1",
|
"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.",
|
"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",
|
"homepage": "https://git.f3l.de/ghost/darkness-dependent-vision",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"url": "https://git.f3l.de/ghost/darkness-dependent-vision",
|
"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",
|
"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",
|
"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",
|
"readme": "https://git.f3l.de/ghost/darkness-dependent-vision/-/blob/master/README.md",
|
||||||
"bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues",
|
"bugs": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues",
|
||||||
"changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases"
|
"changelog": "https://git.f3l.de/ghost/darkness-dependent-vision/-/releases"
|
||||||
|
|
Loading…
Reference in a new issue