Skip to content

Commit

Permalink
replace github with https
Browse files Browse the repository at this point in the history
  • Loading branch information
balakrishna-deriv committed May 18, 2022
1 parent 0911e76 commit 2f73cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"stylelint-webpack-plugin": "^2.1.1"
},
"scripts": {
"bootstrap": "f () { npm -v && npm ci && lerna link && lerna bootstrap --ci --hoist --strict && lerna link && npm run build:travis ;}; f",
"bootstrap": "f () { npm ci && lerna link && lerna bootstrap --ci --hoist --strict && lerna link && npm run build:travis ;}; f",
"build": "f () { lerna exec --scope=@deriv/${1:-'*'} -- npm run build $2 ;}; f",
"build:publish": "f () { lerna exec --scope=@deriv/${1:-'*'} -- npm run build:publish $2 ;}; f",
"build:local": "f () { lerna exec --scope @deriv/trader --scope @deriv/bot-web-ui --parallel -- npm run build $1 ;}; f",
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"deploy:production": "echo \"No deploy:production specified\""
},
"dependencies": {
"@binary-com/binary-document-uploader": "github:binary-com/binary-document-uploader",
"@binary-com/binary-document-uploader": "https://github.com/binary-com/binary-document-uploader",
"@deriv/components": "^1.0.0",
"@deriv/shared": "^1.0.0",
"@deriv/translations": "^1.0.0",
Expand Down

0 comments on commit 2f73cb9

Please sign in to comment.