Skip to content

Commit

Permalink
[FUNK-1226] turned supports-color to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpokar committed Dec 29, 2023
1 parent d4f413e commit e525ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"type": "commonjs",
"main": "index.js",
"exports": {
"node": "./index.js",
"default": "./browser.js"
Expand Down

0 comments on commit e525ba7

Please sign in to comment.