Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Merge 930a676 into 2bfd781
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Nov 23, 2016
2 parents 2bfd781 + 930a676 commit 7b2c06e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/web-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var semver = require('semver');
*
* https://github.com/broofa/node-uuid
*/
var uuid = require('node-uuid');
var uuid = require('uuid');

/**
* A constant for the minimum supported
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"license": "MIT",
"dependencies": {
"data2xml": "^1.2.5",
"node-uuid": "1.4.3",
"semver": "^5.3.0",
"soap": "0.9.1"
"soap": "0.9.1",
"uuid": "^3.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 7b2c06e

Please sign in to comment.