Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Prep 2.3.0 for release (#21)
Browse files Browse the repository at this point in the history
* Prep 2.3.0 for release.
  • Loading branch information
nathanrice authored Aug 21, 2019
1 parent ef0619f commit 30a4094
Show file tree
Hide file tree
Showing 9 changed files with 630 additions and 232 deletions.
96 changes: 0 additions & 96 deletions Gruntfile.js

This file was deleted.

6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"dealerdirect/phpcodesniffer-composer-installer": "*",
"squizlabs/php_codesniffer": "^3.3.1",
"phpcompatibility/phpcompatibility-wp": "*",
"wp-coding-standards/wpcs": "^1"
"wp-coding-standards/wpcs": "^1",
"wp-cli/i18n-command": "^2.1"
},
"config": {
"sort-order": true
Expand All @@ -23,7 +24,8 @@
"scripts": {
"phpcs": "phpcs --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./",
"phpcs-compat": "phpcs --extensions=php --standard=PHPCompatibilityWP --ignore=vendor/,node_modules/,assets/ --runtime-set testVersion 5.6- -p ./",
"phpcbf": "phpcbf --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./"
"phpcbf": "phpcbf --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./",
"makepot": "wp i18n make-pot . languages/genesis-simple-edits.pot --headers='{ \"Report-Msgid-Bugs-To\": \"StudioPress <[email protected]>\" }' --exclude=bin/ --quiet"
},
"support": {
"issues": "https://github.com/studiopress/genesis-simple-edits/issues",
Expand Down
Loading

0 comments on commit 30a4094

Please sign in to comment.