diff options
Diffstat (limited to 'packages/gitbook-html/package.json')
-rw-r--r-- | packages/gitbook-html/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-html/package.json b/packages/gitbook-html/package.json index e0a4214..1552786 100644 --- a/packages/gitbook-html/package.json +++ b/packages/gitbook-html/package.json @@ -8,7 +8,7 @@ "cheerio": "^0.20.0 && >=0.20.0" }, "scripts": { - "test": "mocha --reporter spec --bail", + "test": "mocha --reporter spec --bail --compilers js:babel-register", "prepublish": "rm -rf lib/ && babel -d lib/ src/ --source-maps" }, "repository": { |