Skip to content

Commit

Permalink
Fix lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 23, 2024
1 parent 21da986 commit 9f3e191
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
"name": "adyen",
"version": "4.4.8",
"description": "Adyen driver for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-gateways/adyen"
},
"keywords": [
"wordpress",
"wp",
"pay",
"adyen",
"gateway",
"pronamic"
],
"author": {
"name": "Pronamic",
"email": "info@pronamic.nl",
Expand All @@ -26,15 +14,23 @@
"url": "https://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"wp",
"pay",
"adyen",
"gateway",
"pronamic"
],
"homepage": "https://www.wp-pay.org/gateways/adyen/",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-gateways/adyen"
},
"bugs": {
"url": "https://github.com/wp-pay-gateways/adyen/issues"
},
"homepage": "https://www.wp-pay.org/gateways/adyen/",
"scripts": {
"babel": "babel ./js/src -d ./js/dist --source-maps",
"eslint": "eslint . --ext .json --ext .js"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
Expand All @@ -43,5 +39,10 @@
"@wordpress/scripts": "^27.0.0",
"eslint": "^8.56.0",
"eslint-plugin-json": "^3.1.0"
},
"scripts": {
"babel": "babel ./js/src -d ./js/dist --source-maps",
"eslint": "eslint . --ext .json --ext .js",
"lint-pkg-json": "wp-scripts lint-pkg-json"
}
}

0 comments on commit 9f3e191

Please sign in to comment.