Skip to content

Commit

Permalink
Additional repo framework
Browse files Browse the repository at this point in the history
  • Loading branch information
WordPress.org committed Oct 17, 2024
1 parent ff263da commit c78450c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ vendor/

# phpunit
*.result.*

# lock files, at least for now.
package-lock.json
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.10
8 changes: 6 additions & 2 deletions package.json
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": {
Expand All @@ -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",
Expand Down

0 comments on commit c78450c

Please sign in to comment.