Skip to content

Commit 6919fa0

Browse files
committed
remove browserify configuration. Closes #1653
1 parent a7b030d commit 6919fa0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

support/sync-cjs-package.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@
33
var fs = require('fs');
44
var json = JSON.parse(fs.readFileSync(__dirname + "/../package.json"), "utf8");
55
json.module = 'dist/async.mjs'
6-
// mark this as an ES6 module for browserify
7-
json.browserify = {
8-
transform: [["babelify", { presets: ["@babel/preset-env"] }]]
9-
}
106

117
process.stdout.write(JSON.stringify(json, null, 2));

0 commit comments

Comments
 (0)