Skip to content

Commit

Permalink
Refactor package.json to simplify keywords array structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Sep 2, 2024
1 parent 4273abf commit b50d920
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"type": "module",
"repository": "https://github.com/EveripediaNetwork/iq-login",
"license": "MIT",
"keywords": [
"wagmi",
"IQ"
],
"keywords": ["wagmi", "IQ"],
"scripts": {
"build": "tsc -p tsconfig.json && tsc-esm-fix --target='dist' --ext='.js'",
"format": "biome format . --write",
Expand Down

0 comments on commit b50d920

Please sign in to comment.