forked from wsaunders1014/TerrainLayer
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
51a7b1d
commit 8c6652e
Showing
1 changed file
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,19 @@ | |
"name": "TerrainLayer", | ||
"title": "Terrain Layer", | ||
"description": "A base module that adds a Terrain Layer to Foundry to paint difficult terrain squares and to be used as a dependency for other mods who might integrate it with their functionality.", | ||
"authors": [{"name":"Will Saunders","email":"[email protected]" }], | ||
"version": "0.0.7", | ||
"authors": [{"name":"Will Saunders","email":"[email protected]" }, {"name":"IronMonk, ironmonk88#4075" }], | ||
"version": "1.0.0", | ||
"minimumCoreVersion": "0.6.6", | ||
"compatibleCoreVersion":"0.7.5", | ||
"scripts":[ | ||
|
||
], | ||
"esmodules": [ | ||
"terrain.js", | ||
"js/controls.js" | ||
], | ||
"dependencies":[ | ||
], | ||
"styles": [ "css/terrainlayer.css" ], | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
|
@@ -28,8 +28,8 @@ | |
} | ||
], | ||
"socket":true, | ||
"changelog":"https://raw.githubusercontent.com/wsaunders1014/TerrainLayer/master/README.md", | ||
"url":"https://github.com/wsaunders1014/TerrainLayer", | ||
"manifest":"https://raw.githubusercontent.com/wsaunders1014/TerrainLayer/master/module.json", | ||
"download":"https://github.com/wsaunders1014/TerrainLayer/releases/download/0.0.7/TerrainLayer.zip" | ||
"url":"https://github.com/ironmonk88/TerrainLayer", | ||
"changelog":"https://raw.githubusercontent.com/ironmonk88/TerrainLayer/main/README.md", | ||
"manifest" : "https://raw.githubusercontent.com/ironmonk88/TerrainLayer/main/module.json", | ||
"download" : "https://github.com/ironmonk88/TerrainLayer/archive/1.0.0.zip" | ||
} |