Skip to content

Commit

Permalink
#25 Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Sep 13, 2023
1 parent bf9b089 commit fb70eb7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@
},
"author": "",
"license": "ISC",
"dev-dependencies": {
"prettier": "^3.0.3",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1"
},
"devDependencies": {
"prettier": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.33.2"
"eslint-plugin-react": "^7.33.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1"
}
}

0 comments on commit fb70eb7

Please sign in to comment.