From e52d414447c37729145c05ac313783fe4b7251aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sun, 18 Jun 2017 20:47:43 +0200 Subject: [PATCH] Add istanbul ignore --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7fddc57184..a76dbcf80a 100644 --- a/index.js +++ b/index.js @@ -10,6 +10,7 @@ require('source-map-support').install(); // Fix babel flag +/* istanbul ignore else */ process.noDeprecation = true // Require Core @@ -17,6 +18,5 @@ const Core = require('./dist/core.js') Object.assign(exports, Core) // Require Builder -// TODO: conditionally do this when builder available const Builder = require('./dist/builder.js') Object.assign(exports, Builder)