From 7e1c3a2a2c2475582c8f7da5b2323c5ca399fc98 Mon Sep 17 00:00:00 2001 From: Ernesto Garcia Date: Mon, 3 Feb 2020 11:44:46 -0300 Subject: [PATCH] Fix root matchers.js module (closes #197) --- matchers.js | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/matchers.js b/matchers.js index 4f493911..a7ee0c4c 100644 --- a/matchers.js +++ b/matchers.js @@ -1 +1,2 @@ -export * from './src/matchers' +const matchers = require('./dist/matchers') +module.exports = matchers diff --git a/package.json b/package.json index e1a8403e..31961704 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ }, "files": [ "dist", - "extend-expect.js" + "extend-expect.js", + "matchers.js" ], "keywords": [ "testing",