Skip to content

Commit 0ff5aa3

Browse files
authored
fix(chore): move uuid package to dependencies (#1952)
1 parent ad8440b commit 0ff5aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"retry-request": "^4.2.2",
7272
"stream-events": "^1.0.4",
7373
"teeny-request": "^7.1.3",
74-
"xdg-basedir": "^4.0.0"
74+
"xdg-basedir": "^4.0.0",
75+
"uuid": "^8.0.0"
7576
},
7677
"devDependencies": {
7778
"@google-cloud/pubsub": "^2.0.0",
@@ -111,7 +112,6 @@
111112
"sinon": "^14.0.0",
112113
"tmp": "^0.2.0",
113114
"typescript": "~3.9.10",
114-
"uuid": "^8.0.0",
115115
"yargs": "^16.0.0"
116116
}
117117
}

0 commit comments

Comments
 (0)