Skip to content

Commit

Permalink
Adds npm-force-resolutions dependency
Browse files Browse the repository at this point in the history
Partially resolves brave/brave-browser#8722
  • Loading branch information
ryanml committed Mar 18, 2020
1 parent a96bbe5 commit 6a0ddbf
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 21 deletions.
149 changes: 128 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Brave Core is a set of changes, APIs, and scripts used for customizing Chromium to make Brave.",
"main": "index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint --project tsconfig-lint.json \"components/**/*.{ts,tsx}\"",
"pep8": "pycodestyle --max-line-length 120 -r script",
Expand Down Expand Up @@ -307,6 +308,7 @@
"less-loader": "^4.0.5",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"npm-force-resolutions": "0.0.3",
"react": "^16.2.0",
"react-beautiful-dnd": "^11.0.3",
"react-dnd": "^5.0.0",
Expand Down Expand Up @@ -347,5 +349,8 @@
"unique-selector": "^0.4.1",
"webext-redux": "^2.1.4",
"webtorrent": "^0.107.16"
},
"resolutions": {
"minimist": "1.2.3"
}
}

0 comments on commit 6a0ddbf

Please sign in to comment.