fix types in package.json

As it says in https://github.com/motdotla/dotenv/pull/476
This commit is contained in:
ntnyq 2021-01-06 16:58:23 +08:00 committed by GitHub
parent b40011c6f7
commit 4ea20b9fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@
"description": "Pure-JS ADLER-32",
"keywords": [ "adler32", "checksum" ],
"main": "./adler32",
"types": "types",
"types": "types/index.d.ts",
"dependencies": {
"printj": "~1.1.0",
"exit-on-epipe": "~1.0.1"