Skip to content

Commit c805bcf

Browse files
committed
fix: rc-util missing in deps
close #128
1 parent a8c26af commit c805bcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
},
4343
"dependencies": {
4444
"@babel/runtime": "^7.10.1",
45-
"classnames": "^2.2.6"
45+
"classnames": "^2.2.6",
46+
"rc-util": "^5.16.1"
4647
},
4748
"devDependencies": {
4849
"@types/classnames": "^2.2.9",

0 commit comments

Comments
 (0)