Skip to content

Commit

Permalink
remove browserify configuration. Closes #1653
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Feb 24, 2020
1 parent a7b030d commit 6919fa0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions support/sync-cjs-package.js
Expand Up @@ -3,9 +3,5 @@
var fs = require('fs');
var json = JSON.parse(fs.readFileSync(__dirname + "/../package.json"), "utf8");
json.module = 'dist/async.mjs'
// mark this as an ES6 module for browserify
json.browserify = {
transform: [["babelify", { presets: ["@babel/preset-env"] }]]
}

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

0 comments on commit 6919fa0

Please sign in to comment.