Remove unused dependency

The printj dependency is used only by the CLI, which has been moved to the adler32-cli package.
This commit is contained in:
Christophe Coevoet 2021-11-15 18:13:52 +01:00 committed by GitHub
parent b7700fd5fa
commit bdc432dbc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,9 +6,6 @@
"keywords": [ "adler32", "checksum" ],
"main": "./adler32",
"types": "types",
"dependencies": {
"printj": "~1.2.2"
},
"devDependencies": {
"mocha": "~2.5.3",
"blanket": "~1.2.3",