Skip to content

Commit

Permalink
Updated module.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Dec 16, 2022
1 parent 09f3abe commit 7f45c79
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
{
"version": "1.0",
"environmentReq": [
"jekyll", "wkhtmltopdf"
],
"artifacts": {
"file": [
{
"source": "generated/docs.zip",
"insertTag": true,
"destination": "currDir"
},
{
"source": "generated/md.zip",
"insertTag": true,
"destination": "currDir"
}
]
"version": "2.0",
"environmentReqs": {
"build": ["jekyll", "wkhtmltopdf"]
}
}

0 comments on commit 7f45c79

Please sign in to comment.