Skip to content

Commit

Permalink
support node v0.10
Browse files Browse the repository at this point in the history
fix #132
  • Loading branch information
yaniswang committed May 2, 2016
1 parent defb0cd commit da0f842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/formatter.js
@@ -1,6 +1,7 @@
var path = require('path');
var events = require('events');
var glob = require('glob');
path.parse = path.parse || require('path-parse');

var mapFormatters;
var arrSupportedFormatters;
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -11,6 +11,7 @@
"glob": "5.0.15",
"jshint": "2.8.0",
"parse-glob": "3.0.4",
"path-parse": "1.0.5",
"request": "2.72.0",
"strip-json-comments": "1.0.4",
"xml": "1.0.0"
Expand Down

0 comments on commit da0f842

Please sign in to comment.