Skip to content

Commit

Permalink
Update package.json (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-zaprite authored Dec 28, 2023
1 parent bf53c0c commit acc346b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-gateway-zaprite",
"title": "Zaprite Payments Gateway",
"name": "zaprite-payment-gateway",
"title": "Zaprite Payment Gateway",
"version": "1.0.0",
"author": "Zaprite",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"build": "wp-scripts build && npm run i18n:build",
"i18n": "npm run i18n:build",
"i18n:build": "npm run i18n:pot && ./bin/build_i18n.sh",
"i18n:pot": "php -d xdebug.max_nesting_level=512 $(which wp) i18n make-pot --exclude=\"node_modules/,languages/,assets/\" . languages/woocommerce-gateway-zaprite.pot",
"i18n:pot": "php -d xdebug.max_nesting_level=512 $(which wp) i18n make-pot --exclude=\"node_modules/,languages/,assets/\" . languages/zaprite-payment-gateway.pot",
"i18n:json": "$(which wp) i18n make-json languages --no-purge",
"check-engines": "wp-scripts check-engines",
"package": "./bin/create-plugin-zip.sh",
Expand Down

0 comments on commit acc346b

Please sign in to comment.