diff --git a/package.json b/package.json index 7834c48..5f3655e 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "bin": { "crc32": "./bin/crc32.njs" }, - "main": "./crc32.js", - "types": "./types/index.d.ts", + "main": "crc32.js", + "types": "types/index.d.ts", "dependencies": { "printj": "~1.1.0", "exit-on-epipe": "~1.0.1"