diff --git a/src/package/index.js b/src/package/index.js index 9fef037..533f983 100644 --- a/src/package/index.js +++ b/src/package/index.js @@ -182,7 +182,6 @@ class Package { const json = copy(this.pkgjson) delete json.type - delete json.main json.browser = {} json.exports = {} const _join = (...args) => './' + join(...args)