Skip to content

Commit

Permalink
updated md5 module (MD5 -> md5)
Browse files Browse the repository at this point in the history
  • Loading branch information
webwayer committed Nov 25, 2015
1 parent 1dd90e3 commit 5eb40a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sabre-dev-studio-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var SabreDevStudioXml = ( function() {
var handlebars = require( 'handlebars' );
var async = require( 'async' );
var fs = require( 'fs' );
var md5 = require( 'MD5' );
var md5 = require( 'md5' );
var jsonfile = require( 'jsonfile' );
var _ = require( 'lodash' );
var bunyan = require( 'bunyan' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"moment": "~2.6.0"
},
"dependencies": {
"MD5": "^1.2.1",
"md5": "^2.0.0",
"async": "^0.9.0",
"bunyan": "~0.22.3",
"file-exists": "^0.1.1",
Expand Down

0 comments on commit 5eb40a5

Please sign in to comment.