We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0fc9f commit cdf011cCopy full SHA for cdf011c
package.json
@@ -17,7 +17,7 @@
17
"report": "nyc report --reporter=text-lcov | coveralls",
18
"build": "babel lib -d legacy",
19
"wisdom": "redrun build legacy",
20
- "legacy": "echo \"require('./try-to-catch')\" > legacy/index.js"
+ "legacy": "echo \"module.exports = require('./try-to-catch')\" > legacy/index.js"
21
},
22
"dependencies": {},
23
"keywords": [
0 commit comments