Skip to content

Commit

Permalink
chore(package): update uuid to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Nov 23, 2016
1 parent 75b643b commit ca8528b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,14 +67,14 @@
"moment": "^2.15.2",
"nanoajax": "^0.4.0",
"node-sqlparser": "^1.0.2",
"node-uuid": "^1.4.7",
"on": "^1.3.0",
"openurl": "^1.1.0",
"pm2": "^2.0.18",
"prettyjson": "^1.1.3",
"prompt": "^1.0.0",
"qs": "^6.0.1",
"request": "^2.69.0",
"uuid": "^3.0.0",
"watch": "^1.0.1",
"which": "^1.2.11",
"xss": "^0.2.10"
Expand Down
4 changes: 2 additions & 2 deletions src/server/app.js
Expand Up @@ -9,7 +9,7 @@ import path from 'path'
import busboy from 'connect-busboy'
import clc from 'cli-color'
import openurl from 'openurl'
import uuid from 'node-uuid'
import uuid from 'uuid'

import {
config,
Expand Down Expand Up @@ -201,4 +201,4 @@ var controllers = require('./controllers')
app.use(controllers.default)

// This static path is mandatory for relative path to statics in templates
app.use('/abe', express.static(publish))
app.use('/abe', express.static(publish))

0 comments on commit ca8528b

Please sign in to comment.