Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdforst committed Nov 22, 2024
1 parent 9775bf9 commit 4d1530e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"name": "rrze-multilang",
"version": "1.2.4",
"description": "Multilanguage plugin for WordPress.",
"main": "webpack.config.js",
"author": "RRZE Webteam <[email protected]> (https://www.rrze.fau.de/)",
"license": "GPL-3.0-or-later",
"engines": {
"node": ">=23.2.0",
"npm": ">=10.9.0"
Expand All @@ -12,7 +18,7 @@
"format": "wp-scripts format src",
"lint:js": "wp-scripts lint-js src",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses --prod --gpl2",
"check-licenses": "wp-scripts check-licenses --prod --gpl3",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
Expand Down

0 comments on commit 4d1530e

Please sign in to comment.