Skip to content

Commit

Permalink
Merge pull request #10 from line-o/master
Browse files Browse the repository at this point in the history
fix: no need to specify common existdb mime types anymore
  • Loading branch information
olvidalo authored Mar 9, 2017
2 parents 2bc5a4e + d4bd38b commit a3246e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ var defaultQueryOptions = {

var isWin = os.platform() === 'win32'

// add common existDB file types
mime.define({
'application/xquery': ['xq', 'xql', 'xqm'],
'application/xml': ['xconf']
})

function isSaxParserError (error) {
return error && error.faultString && /SAXParseException/.test(error.faultString)
}
Expand Down

0 comments on commit a3246e0

Please sign in to comment.