|
1 | 1 | { |
2 | | - "name": "wp-graphql-yoast-seo", |
3 | | - "version": "4.23.0", |
4 | | - "description": "A WPGraphQL Extension that adds support for Yoast SEO", |
5 | | - "scripts": { |
6 | | - "test": "echo \"Error: no test specified\" && exit 1", |
7 | | - "prettier": "prettier wp-graphql-yoast-seo.php --write", |
8 | | - "prepare": "husky install" |
9 | | - }, |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "git+https://github.com/ashhitch/wp-graphql-yoast-seo.git" |
13 | | - }, |
14 | | - "author": "Ash Hitchcock", |
15 | | - "bugs": { |
16 | | - "url": "https://github.com/ashhitch/wp-graphql-yoast-seo/issues" |
17 | | - }, |
18 | | - "homepage": "https://github.com/ashhitch/wp-graphql-yoast-seo#readme", |
19 | | - "devDependencies": { |
20 | | - "@prettier/plugin-php": "^0.18.7", |
21 | | - "husky": ">=8.0.1", |
22 | | - "lint-staged": ">=13.0.1", |
23 | | - "prettier": "^2.6.2" |
24 | | - } |
| 2 | + "name": "wp-graphql-yoast-seo", |
| 3 | + "version": "v4.23.1", |
| 4 | + "description": "A WPGraphQL Extension that adds support for Yoast SEO", |
| 5 | + "scripts": { |
| 6 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 7 | + "prettier": "prettier wp-graphql-yoast-seo.php --write", |
| 8 | + "prepare": "husky install" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/ashhitch/wp-graphql-yoast-seo.git" |
| 13 | + }, |
| 14 | + "author": "Ash Hitchcock", |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/ashhitch/wp-graphql-yoast-seo/issues" |
| 17 | + }, |
| 18 | + "homepage": "https://github.com/ashhitch/wp-graphql-yoast-seo#readme", |
| 19 | + "devDependencies": { |
| 20 | + "@prettier/plugin-php": "^0.18.7", |
| 21 | + "husky": ">=8.0.1", |
| 22 | + "lint-staged": ">=13.0.1", |
| 23 | + "prettier": "^2.6.2" |
| 24 | + } |
25 | 25 | } |
0 commit comments