Skip to content

Commit

Permalink
fix(bundle-source): remove "type": "module" from package.json
Browse files Browse the repository at this point in the history
This was interfering with building SwingSet.

Fixes #219
  • Loading branch information
michaelfig committed Dec 4, 2019
1 parent 4ce2b2a commit 326b00a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bundle-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.0.4",
"description": "Create source bundles from ES Modules",
"main": "src/index.js",
"type": "module",
"scripts": {
"build": "exit 0",
"test": "tape -r esm 'test/**/*.js'",
Expand Down

0 comments on commit 326b00a

Please sign in to comment.