Update package.json

This commit is contained in:
Ryan Ghods 2022-01-20 20:21:19 -08:00 committed by GitHub
parent 3093cbddca
commit 49af36393a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"