Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 145df78

Browse files
bbondybsclifton
authored andcommitted
Add the same underscore.string dep as ledger-publisher
Auditors: @bridiver Fix #7911 It turns out we did have an underscore-string dep top level from argparse, but it was old, and it had a different directory hierarchy. It had trim under lib, and package.json specified that as the main entry point, but our electron resolver doesn't check that. The underscore.string that ledger-parser uses is newer and has the deps directly under underscore.string without a lib folder. By adding the dep top level, we can ensure we use the later version which doesn't have an extra directory that our resolver doesn't understand.
1 parent 23d5a07 commit 145df78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
"tldjs": "1.6.2",
128128
"tracking-protection": "1.1.x",
129129
"underscore": "1.8.3",
130+
"underscore.string": "^3.3.4",
130131
"url-loader": "^0.5.7",
131132
"webtorrent-remote": "^1.0.0"
132133
},

0 commit comments

Comments
 (0)