Skip to content

Commit

Permalink
fix: remove "type: "module"" in package.json for node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed May 7, 2020
1 parent 3dd1fb1 commit c9f76e2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
],
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"browser": "lib/index.js",
"engines": {
"node": ">=10.18.1",
Expand Down
1 change: 0 additions & 1 deletion packages/icons-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"description": "",
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"files": [
"custom-elements.json",
"/lib/",
Expand Down
1 change: 0 additions & 1 deletion packages/icons-workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"description": "",
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"files": [
"custom-elements.json",
"/lib/",
Expand Down
1 change: 0 additions & 1 deletion packages/iconset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"description": "",
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"files": [
"custom-elements.json",
"/lib/",
Expand Down

0 comments on commit c9f76e2

Please sign in to comment.