Skip to content

Commit

Permalink
Merge pull request #92 from firebase/uuid
Browse files Browse the repository at this point in the history
chore(package): update uuid to version 3.0.0
  • Loading branch information
Chris Raynor authored Nov 23, 2016
2 parents b3bbc73 + 5d2954e commit 06646e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"email": "[email protected]",
"url": "https://firebase.google.com/"
},
"homepage": "https://firebase.google.com/",
"repository": "https://github.com/firebase/firebase-queue.git",
"homepage": "https://github.com/firebase/firebase-queue",
"repository": "https://github.com/firebase/firebase-queue.git",
"main": "dist/queue.js",
"files": [
"dist/lib/**",
Expand All @@ -34,8 +33,8 @@
"dependencies": {
"firebase": "^3.0.0",
"lodash": "^4.6.1",
"node-uuid": "^1.4.7",
"rsvp": "^3.2.1",
"uuid": "^3.0.0",
"winston": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/queue_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var firebase = require('firebase');
var logger = require('winston');
var uuid = require('node-uuid');
var uuid = require('uuid');
var RSVP = require('rsvp');
var _ = require('lodash');

Expand Down

0 comments on commit 06646e0

Please sign in to comment.