fix types in package.json
As it says in https://github.com/motdotla/dotenv/pull/476
This commit is contained in:
parent
b40011c6f7
commit
4ea20b9fa5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user