Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ironmonk88 authored Feb 12, 2021
1 parent 51a7b1d commit 8c6652e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}

0 comments on commit 8c6652e

Please sign in to comment.