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 a716f81 commit 27ec4d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/tesseract.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var utils = require('./utils');
var exec = require('child_process').exec;
var fs = require('fs');
var tmpdir = require('os').tmpdir(); // let the os take care of removing zombie tmp files
var uuid = require('node-uuid');
var uuid = require('uuid');
var path = require('path');
var glob = require("glob");

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"dependencies": {
"glob": "^5.0.10",
"node-uuid": "^1.4.1"
"uuid": "^3.0.0"
},
"devDependencies": {
"mocha": "~1.16.0",
Expand Down

0 comments on commit 27ec4d7

Please sign in to comment.