Skip to content

Commit

Permalink
Merge branch 'tflanagan-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Aug 31, 2015
2 parents f04dfb4 + dc95d98 commit ce5f574
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/xml2js.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"Benjamin E. Coe <[email protected]> (https://twitter.com/benjamincoe)",
"Stephen Cresswell (https://github.com/cressie176)",
"Pascal Ehlert <[email protected]> (http://www.hacksrus.net/)",
"Tom Spencer <[email protected]> (http://fiznool.com/)"
"Tom Spencer <[email protected]> (http://fiznool.com/)",
"Tristian Flanagan (https://github.com/tflanagan)"
],
"main": "./lib/xml2js",
"directories": {
Expand Down
1 change: 1 addition & 0 deletions src/xml2js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ events = require 'events'
builder = require 'xmlbuilder'
bom = require './bom'
processors = require './processors'
setImmediate = require('timers').setImmediate

# Underscore has a nice function for this, but we try to go without dependencies
isEmpty = (thing) ->
Expand Down

0 comments on commit ce5f574

Please sign in to comment.