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 7, 2024
1 parent 75b6501 commit bcf644d
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "rrze-legal",
"version": "2.7.3",
"description": "Legal Mandatory Information & GDPR.",
"main": "webpack.config.js",
"author": "RRZE Webteam <[email protected]> (https://www.rrze.fau.de/)",
"license": "GPL-3.0-or-later",
"engines": {
"node": ">=21.5.0",
"npm": ">=10.2.4"
"node": ">=22.10.0",
"npm": ">=10.9.0"
},
"devDependencies": {
"@wordpress/components": "latest",
"@wordpress/data": "latest",
"@wordpress/env": "latest",
"@wordpress/icons": "latest",
"@wordpress/plugins": "latest",
"@wordpress/scripts": "latest",
"ts-loader": "latest",
"typescript": "latest"
"@wordpress/scripts": "latest"
},
"browserslist": [
"extends @wordpress/browserslist-config"
Expand All @@ -22,13 +21,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 --gpl3",
"check-licenses": "wp-scripts check-licenses --prod --gpl2",
"packages-update": "wp-scripts packages-update"
},
"name": "rrze-legal",
"version": "2.7.3",
"description": "Generator für rechtliche Pflichtangaben auf einem Webauftritt.",
"main": "webpack.config.js",
"author": "RRZE Webteam <[email protected]> (https://www.rrze.fau.de/)",
"license": "GPL-3.0-or-later"
}
}

0 comments on commit bcf644d

Please sign in to comment.