package.json: use file extensions
for esmodules compatibility
This commit is contained in:
		
							parent
							
								
									0d509b2f91
								
							
						
					
					
						commit
						3093cbddca
					
				| @ -7,8 +7,8 @@ | ||||
| 	"bin": { | ||||
| 		"crc32": "./bin/crc32.njs" | ||||
| 	}, | ||||
| 	"main": "./crc32", | ||||
| 	"types": "types", | ||||
| 	"main": "./crc32.js", | ||||
| 	"types": "./types/index.d.ts", | ||||
| 	"dependencies": { | ||||
| 		"printj": "~1.1.0", | ||||
| 		"exit-on-epipe": "~1.0.1" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user