We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e125272 + 713c8c1 commit ea4b240Copy full SHA for ea4b240
lib/routes/create.js
@@ -5,7 +5,7 @@ const async = require('async')
5
const _ = {
6
assign: require('lodash.assign')
7
}
8
-const uuid = require('node-uuid')
+const uuid = require('uuid')
9
const helper = require('./helper.js')
10
const router = require('../router.js')
11
const postProcess = require('../postProcess.js')
package.json
@@ -33,10 +33,10 @@
33
"lodash.pick": "4.4.0",
34
"lodash.uniq": "4.5.0",
35
"lodash.uniqby": "4.7.0",
36
- "node-uuid": "1.4.8",
37
"qs": "6.4.0",
38
"request": "2.81.0",
39
- "use-strict": "1.0.1"
+ "use-strict": "1.0.1",
+ "uuid": "3.0.1"
40
},
41
"devDependencies": {
42
"eslint": "^3.6.1",
0 commit comments