Skip to content

Commit 96fa399

Browse files
authored
Merge pull request #157 from nodefluent/issue-141
Moved uuid from devDependency to a dependency
2 parents efeb43b + 3d1fb70 commit 96fa399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
"lodash.clonedeep": "~4.5.0",
6868
"most": "1.7.3",
6969
"most-subject": "5.3.0",
70-
"sinek": "~9.0.0"
70+
"sinek": "~9.0.0",
71+
"uuid": "~3.4.0"
7172
},
7273
"devDependencies": {
7374
"async": "~3.2.0",
7475
"jsdoc": "~3.6.3",
7576
"jsdoc-to-markdown": "~5.0.3",
7677
"log4bro": "~3.14.0",
7778
"mocha": "~7.0.1",
78-
"proxyquire": "~2.1.3",
79-
"uuid": "~3.4.0"
79+
"proxyquire": "~2.1.3"
8080
}
8181
}

0 commit comments

Comments
 (0)