diff --git a/package.json b/package.json index 7386847..d250fa9 100644 --- a/package.json +++ b/package.json @@ -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"