Skip to content

Commit

Permalink
Replace mime with browserify-mime
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxia committed Oct 15, 2015
1 parent 3dcc703 commit 7bd9d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/blob/blobservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var fs = require('fs');
var qs = require('querystring');
var url = require('url');
var util = require('util');
var mime = require('mime');
var mime = require('browserify-mime');
var _ = require('underscore');
var crypto = require('crypto');
var extend = require('extend');
Expand Down

0 comments on commit 7bd9d87

Please sign in to comment.