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",