Skip to content

Commit 4d910b5

Browse files
committed
0.0.5
1 parent e051d71 commit 4d910b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,16 @@
7070
"husky": "^9.0.11",
7171
"imagetracerjs": "^1.2.6",
7272
"lint-staged": "^15.2.7",
73+
"mitata": "^1.0.26",
7374
"npm-run-all2": "^7.0.0",
7475
"oxlint": "^0.15.0",
7576
"prettier": "^3.3.3",
7677
"typescript": "^5.5.3"
7778
},
79+
"dependencies": {
80+
"commander": "^13.0.0",
81+
"picocolors": "^1.1.1"
82+
},
7883
"packageManager": "yarn@4.6.0",
7984
"ava": {
8085
"extensions": {
@@ -107,10 +112,5 @@
107112
"*.toml": [
108113
"taplo format"
109114
]
110-
},
111-
"dependencies": {
112-
"commander": "^13.0.0",
113-
"mitata": "^1.0.26",
114-
"picocolors": "^1.1.1"
115115
}
116116
}

0 commit comments

Comments
 (0)