Skip to content

Commit 41e3449

Browse files
yoichirokashimiz
authored andcommitted
Move the uuid module from devDependencies to dependencies. Fixes #74.
1 parent 84e0c89 commit 41e3449

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

package-lock.json

+2-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@
2828
"@azure/functions": "^1.0.2-beta2",
2929
"@types/lodash": "^4.14.119",
3030
"@types/validator": "^9.4.3",
31+
"@types/uuid": "~3.4.4",
3132
"axios": "~0.18.0",
3233
"commander": "~2.9.0",
3334
"debug": "~2.6.9",
3435
"lodash": "^4.17.11",
3536
"rimraf": "~2.5.4",
36-
"validator": "~10.8.0"
37+
"validator": "~10.8.0",
38+
"uuid": "~3.3.2"
3739
},
3840
"devDependencies": {
3941
"@types/chai": "~4.1.6",
@@ -45,7 +47,6 @@
4547
"@types/node": "~6.14.0",
4648
"@types/rimraf": "0.0.28",
4749
"@types/sinon": "~5.0.5",
48-
"@types/uuid": "~3.4.4",
4950
"chai": "~4.2.0",
5051
"chai-as-promised": "~7.1.1",
5152
"mocha": "~5.2.0",
@@ -54,8 +55,7 @@
5455
"sinon": "~7.1.1",
5556
"ts-node": "~1.0.0",
5657
"tslint": "^5.11.0",
57-
"typescript": "~3.1.6",
58-
"uuid": "~3.3.2"
58+
"typescript": "~3.1.6"
5959
},
6060
"engines": {
6161
"node": ">=6.5.0"

0 commit comments

Comments
 (0)