Skip to content

Commit 21e841a

Browse files
authored
Move picocolors from devDependencies to dependencies (#159)
1 parent 7afae12 commit 21e841a

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
@@ -32,7 +32,6 @@
3232
"@typescript-eslint/eslint-plugin": "^5.21.0",
3333
"@typescript-eslint/parser": "^5.21.0",
3434
"eslint": "^8.14.0",
35-
"picocolors": "^1.0.0",
3635
"typescript": "^4.6.4",
3736
"vite": "^3.0.0",
3837
"vitest": "^0.25.2"
@@ -44,6 +43,7 @@
4443
"node": ">=14"
4544
},
4645
"dependencies": {
46+
"picocolors": "^1.0.0",
4747
"vite-plugin-full-reload": "^1.0.1"
4848
}
4949
}

0 commit comments

Comments
 (0)