Skip to content

Commit

Permalink
Update ready to make zip
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBooker committed Mar 26, 2023
1 parent fa0e059 commit 8fc2b58
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
node_modules
build
.env
.env
*.zip
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,16 @@
"dotenv": "~16.0.3",
"resolve-url-loader": "~5.0.0",
"webpack-remove-empty-scripts": "~1.0.1"
}
},
"files": [
"build",
"inc",
"languages",
"vendor",
"uninstall.php",
"composer.json",
"composer.lock",
"package.json",
"package-lock.json"
]
}

0 comments on commit 8fc2b58

Please sign in to comment.