From 3b98d4d16b51b7b8d9d9ca77172b5367503f203f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Mon, 3 Feb 2020 14:27:51 -0300 Subject: [PATCH] fix: root matchers module (closes #197) (#200) --- 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",