Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert resolutions file entry fix for minimist (master) #378

Merged
merged 1 commit into from Mar 19, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Revert "Merge pull request #375 from brave/bsc-fix-npm"

This reverts commit f4b71ba, reversing
changes made to 4428f60.
  • Loading branch information
bsclifton committed Mar 19, 2020
commit feec5d8e7778e77f1583949191c49ebd3c77b710

Some generated files are not rendered by default. Learn more.

@@ -4,7 +4,6 @@
"description": "Brave sync server and client",
"main": "server/index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"lint": "standard",
"lint-fix": "standard --fix",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
@@ -45,7 +44,6 @@
"cpr": "^3.0.1",
"flow-bin": "^0.35.0",
"nodemon": "^1.18.6",
"npm-force-resolutions": "0.0.3",
"optional-dev-dependency": "^2.0.1",
"standard": "^14.3.1",
"tape": "^4.6.3",
@@ -79,9 +77,6 @@
"uuid": "^3.0.1",
"winston": "^2.3.0"
},
"resolutions": {
"minimist": "1.2.3"
},
"standard": {
"ignore": [
"test/crypto.js",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.