-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "find-the-culprit", | ||
"title": "Find the culprit", | ||
"description": "This module helps you to find a module causing issues (for another module).", | ||
"description": "This module helps you to find a module causing issues, by automating the process of deactivating and reactivating modules.<br>Just click the 'Find the culprit' button inside Module Management.", | ||
"version": "1.0.0", | ||
"minimumCoreVersion": "0.6.0", | ||
"compatibleCoreVersion": "1.0.0", | ||
"author": "Moerill", | ||
"esmodules": ["js/find-the-culprit.js"], | ||
"manifest": "https://raw.githubusercontent.com/Moerill/fvtt-find-the-culprit/master/src/module.json", | ||
"manifest": "https://raw.githubusercontent.com/Moerill/fvtt-find-the-culprit/master/module.json", | ||
"url": "https://github.com/Moerill/fvtt-find-the-culprit", | ||
"download": "https://github.com/Moerill/fvtt-find-the-culprit/releases/download/v0.3.2/markdown-editor.zip" | ||
"download": "https://github.com/Moerill/fvtt-find-the-culprit/releases/download/v1.0.0/v1.0.0.zip" | ||
} |