Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fixed dangling comma in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Jan 31, 2024
1 parent 0a8c09f commit f8126c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/package-json-lint-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint:js:fix": "eslint --ext .js,.jsx . --fix"
},
"devDependencies": {
"@cerner/eslint-config-terra": "^5.6.0",
"@cerner/eslint-config-terra": "^5.6.0"
},
"peerDependencies": {
"@cerner/package-json-lint": "2"
Expand Down

0 comments on commit f8126c0

Please sign in to comment.