forked from GitHub-Mirrors/foundry-sw5e
Add code to handle github action
This commit is contained in:
parent
a2dc561593
commit
6bbf3304ec
4 changed files with 67 additions and 73 deletions
9
package.json
Normal file
9
package.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "sw5e",
|
||||
"description": "This game system for [Foundry Virtual Tabletop](http://foundryvtt.com) provides character sheet and game system \r support for the SW5E roleplaying game.",
|
||||
"main": "sw5e.js",
|
||||
"dependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-less": "^4.0.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue