fix pkg order

This commit is contained in:
timothycarambat 2025-03-17 17:47:48 -07:00
parent 39cd4602fe
commit 0c34d62342

View File

@ -82,6 +82,7 @@
},
"devDependencies": {
"@inquirer/prompts": "^4.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ft-flow": "^3.0.0",
@ -95,7 +96,6 @@
"hermes-eslint": "^0.15.0",
"node-html-markdown": "^1.3.0",
"nodemon": "^2.0.22",
"prettier": "^3.0.3",
"cross-env": "^7.0.3"
"prettier": "^3.0.3"
}
}