Skip to content

Commit cdf011c

Browse files
committed
fix(package) legacy
1 parent 6b0fc9f commit cdf011c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"report": "nyc report --reporter=text-lcov | coveralls",
1818
"build": "babel lib -d legacy",
1919
"wisdom": "redrun build legacy",
20-
"legacy": "echo \"require('./try-to-catch')\" > legacy/index.js"
20+
"legacy": "echo \"module.exports = require('./try-to-catch')\" > legacy/index.js"
2121
},
2222
"dependencies": {},
2323
"keywords": [

0 commit comments

Comments
 (0)