diff --git a/package.json b/package.json index cba0d32..f370664 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.7.0", "description": "JSON parse with prototype poisoning protection", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "benchmark": "cd benchmarks && npm install && npm run all",