Skip to content

Commit

Permalink
Move shared code back into the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgenthemes committed Feb 21, 2024
1 parent b74ff90 commit 081ce94
Show file tree
Hide file tree
Showing 21 changed files with 3,632 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/nextgenthemes/wp-shared/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "nextgenthemes/wp-shared",
"type": "wp-package",
"license": "GPL-3.0",
"autoload": {
"psr-4": {
"WP\\": "includes/WP"
},
"files": [
"includes/WP/fn-asset-helpers.php",
"includes/WP/fn-compat.php",
"includes/WP/fn-deprecated.php",
"includes/WP/fn-array.php",
"includes/WP/fn-string.php",
"includes/WP/fn-misc.php",
"includes/WP/fn-settings.php",
"includes/WP/fn-license.php",
"includes/WP/fn-remote-get.php",
"includes/WP/Admin/load-admin-files.php"
]
},
"authors": [
{
"name": "Nicolas Jonas"
}
],
"require": {
"php": ">=7.4"
},
"scripts": {
"update": "wget https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js -O ./includes/WP/Admin/alpine.js"
}
}
Loading

0 comments on commit 081ce94

Please sign in to comment.