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 (staging) #377

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 #374 from brave/bsc-fix-npm-staging"

This reverts commit 2c33b6f, reversing
changes made to 65e97ef.
  • Loading branch information
bsclifton committed Mar 19, 2020
commit 7aaaa7ad0335bcec79afc67e124ef89334d41262

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.