diff --git a/packages/xo-server-auth-github/package.json b/packages/xo-server-auth-github/package.json index 2910a8ea1..9642e9428 100644 --- a/packages/xo-server-auth-github/package.json +++ b/packages/xo-server-auth-github/package.json @@ -58,6 +58,9 @@ "test": "mocha --opts .mocha.opts \"dist/**/*.spec.js\"" }, "babel": { + "plugins": [ + "transform-runtime" + ], "presets": [ "es2015", "stage-0"