Skip to content

Commit 99990ab

Browse files
authored
Remove unused dependency
The printj package is used only by the cli package.
1 parent 4d8ef18 commit 99990ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
},
1818
"dependencies": {
1919
"adler-32": "~1.3.0",
20-
"crc-32": "~1.2.0",
21-
"printj": "~1.3.0"
20+
"crc-32": "~1.2.0"
2221
},
2322
"devDependencies": {
2423
"@sheetjs/uglify-js": "~2.7.3",

0 commit comments

Comments
 (0)