Skip to content

Commit a56105f

Browse files
impinballanko
authored andcommitted
Fix missing dependency
1 parent ed6bae1 commit a56105f

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
@@ -39,7 +39,8 @@
3939
"source-map": "^0.5.3",
4040
"tape": "^4.0.0",
4141
"tests-ex-markdown": "^2.0.0",
42-
"tmp": "0.0.28"
42+
"tmp": "0.0.28",
43+
"uuid": "^2.0.1"
4344
},
4445
"dependencies": {
4546
"chalk": "^1.1.1",

0 commit comments

Comments
 (0)