Skip to content

Commit

Permalink
Include src/ folder in PHAR file
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtho committed Nov 27, 2023
1 parent add0ca7 commit 6b777a9
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions box.json.dist
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"main": false,
"files": [
"plugin.yml",
"LICENSE"
],
"directories": [
"resources"
],
"compression": "GZ",
"algorithm": "SHA256",
"output": "oh-my-pmmp.phar"
{
"main": false,
"files": [
"plugin.yml",
"LICENSE"
],
"directories": [
"src",
"resources"
],
"compression": "GZ",
"algorithm": "SHA256",
"output": "oh-my-pmmp.phar"
}

0 comments on commit 6b777a9

Please sign in to comment.