-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'wp-hooks:master' into include-wp-cron-schedule-hooks
- Loading branch information
Showing
8 changed files
with
98 additions
and
32 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,22 +1,22 @@ | ||
{ | ||
"name": "@johnbillion/wp-hooks-generator", | ||
"version": "0.7.3", | ||
"description": "Scans the WordPress actions and filters in your code and saves them as JSON.", | ||
"version": "0.9.0", | ||
"description": "Generates a JSON representation of the WordPress actions and filters in your code", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/johnbillion/wp-hooks-generator.git" | ||
"url": "git+https://github.com/wp-hooks/generator.git" | ||
}, | ||
"author": "John Blackbourn", | ||
"license": "GPL-3.0-or-later", | ||
"bugs": { | ||
"url": "https://github.com/johnbillion/wp-hooks-generator/issues" | ||
"url": "https://github.com/wp-hooks/generator/issues" | ||
}, | ||
"dependencies": { | ||
"json-schema-to-typescript": "^7.1" | ||
}, | ||
"scripts": { | ||
"generate-interfaces": "json2ts --input schema.json --output=interface/index.d.ts" | ||
}, | ||
"homepage": "https://github.com/johnbillion/wp-hooks-generator#readme" | ||
"homepage": "https://github.com/wp-hooks/generator#readme" | ||
} |
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
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
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
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