Skip to content

Commit 71bd8f7

Browse files
Added dependency on chalk.
1 parent 2558d5f commit 71bd8f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"dependencies": {
4242
"sharp": "^0.33.2",
4343
"through2": "^4.0.2",
44-
"vinyl": "^3.0.0"
44+
"vinyl": "^3.0.0",
45+
"chalk": "^5.3.0"
4546
},
4647
"devDependencies": {}
47-
}
48+
}

0 commit comments

Comments
 (0)