Skip to content

Commit 21eb830

Browse files
authored
fix: ora is missing in deps (#112)
1 parent 578f859 commit 21eb830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"gradient-string": "^2.0.2",
2828
"groq-sdk": "^0.7.0",
2929
"needle": "^3.3.1",
30+
"ora": "^4.1.1",
3031
"update-notifier": "^4.1.3",
3132
"xml2js": "^0.6.2"
3233
},
@@ -43,7 +44,6 @@
4344
"husky": "^9.1.6",
4445
"lint-staged": "^15.2.10",
4546
"np": "^10.0.7",
46-
"ora": "^4.1.1",
4747
"vitest": "^2.1.0"
4848
},
4949
"scripts": {

0 commit comments

Comments
 (0)