Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjasson authored May 25, 2022
1 parent 7bc2b22 commit 5c350d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@woocommerce/dependency-extraction-webpack-plugin": "^1.7.0",
"@wordpress/scripts": "17.1.0",
"cross-env": "6.0.3",
"cross-env": "6.0.3"
},
"scripts": {
"start": "wp-scripts start",
Expand All @@ -21,6 +21,6 @@
"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/\" --headers='{\"Report-Msgid-Bugs-To\":\"https://woocommerce.com/my-account/create-a-ticket/\", \"language-team\":\"LANGUAGE <EMAIL@ADDRESS>\"}' . languages/woocommerce-gateway-dummy.pot",
"i18n:json": "$(which wp) i18n make-json languages --no-purge",
"check-engines": "wp-scripts check-engines",
"check-engines": "wp-scripts check-engines"
}
}

0 comments on commit 5c350d7

Please sign in to comment.