Skip to content

Commit

Permalink
Use files field to purge PHP code from js
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Feb 11, 2024
1 parent 8ff1441 commit c62b58f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "5.0.0",
"description": "Admin Sprinkle for UserFrosting 5",
"funding": "https://opencollective.com/userfrosting",
"main": "app/assets/main.js",
"license": "MIT",
"author": "Alexander Weissman (https://alexanderweissman.com/)",
"contributors": [
Expand All @@ -24,6 +23,13 @@
"bugs": {
"url": "https://github.com/userfrosting/UserFrosting/issues"
},
"main": "app/assets/main.js",
"files": [
"CHANGELOG.md",
"app/assets",
"webpack.config.js",
"webpack.entries.js"
],
"dependencies": {
"@userfrosting/theme-adminlte": "^5.0.0"
},
Expand Down

0 comments on commit c62b58f

Please sign in to comment.