Skip to content

Commit

Permalink
Add compatibility shim for Node < 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Sep 3, 2019
1 parent 81972ee commit fd006fd
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 4 deletions.
131 changes: 128 additions & 3 deletions package-lock.json

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 @@ -75,7 +75,8 @@
},
"dependencies": {
"sax": ">=0.6.0",
"xmlbuilder": "~11.0.0"
"xmlbuilder": "~11.0.0",
"util.promisify": "~1.0.0"
},
"devDependencies": {
"coffee-script": ">=1.10.0",
Expand Down

0 comments on commit fd006fd

Please sign in to comment.