Skip to content

Commit

Permalink
Merge pull request #67 from christianchown/fix/eslint-dev-dependency
Browse files Browse the repository at this point in the history
fix: make eslint-plugin-ft-flow a devDependency rather than a dependency
  • Loading branch information
birdofpreyru authored Sep 6, 2024
2 parents 39762ec + 47fe979 commit b5e0df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
},
"dependencies": {
"buffer": "^6.0.3",
"eslint-plugin-ft-flow": "^3.0.11",
"http-status-codes": "^2.3.0"
},
"devDependencies": {
Expand All @@ -67,6 +66,7 @@
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"metro-config": "^0.80.9",
Expand Down

0 comments on commit b5e0df1

Please sign in to comment.