-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
WordPress.org
committed
Oct 17, 2024
1 parent
ff263da
commit c78450c
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,6 @@ vendor/ | |
|
||
# phpunit | ||
*.result.* | ||
|
||
# lock files, at least for now. | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
{ | ||
"name": "secure-custom-fields", | ||
"version": "6.3.6.3", | ||
"version": "6.3.7", | ||
"private": true, | ||
"description": "Secure Custom Fields", | ||
"author": "The WordPress Contributors", | ||
"license": "GPL-2.0-or-later", | ||
"keywords": [ | ||
"WordPress", | ||
"Custom Fields" | ||
], | ||
"homepage": "https://wordpress.org/plugins/advanced-custom-fields/", | ||
"repository": "git+https://github.com/WordPress/secure-custom-fields.git", | ||
"bugs": { | ||
|
@@ -30,7 +34,7 @@ | |
"eslint-plugin-unicorn": "^55.0.0", | ||
"husky": "^9.1.5", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "npm:[email protected]", | ||
"prettier": "npm:[email protected]" | ||
}, | ||
"scripts": { | ||
"build": "wp-scripts build src/admin-landing-page.js src/plugin-sidebar.js", | ||
|