Skip to content

Commit

Permalink
Merge pull request #133 from sproutverse/fix/yarn-bug-workaround
Browse files Browse the repository at this point in the history
Refer to Git packages with "https" (yarnpkg/yarn#4734)
  • Loading branch information
haphut authored Jun 1, 2020
2 parents f45e6ea + b363ec0 commit 2eb03dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"notistack": "^0.9.11",
"plannerjs": "https://github.com/gatesolve/planner.js#build-for-gatesolve",
"react": "^16.13.1",
"react-autosuggest-geocoder": "gatesolve/react-autosuggest-geocoder#fix/modify-for-gatesolve",
"react-autosuggest-geocoder": "https://github.com/gatesolve/react-autosuggest-geocoder#fix/modify-for-gatesolve",
"react-dom": "^16.13.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11939,9 +11939,9 @@ react-app-polyfill@^1.0.6:
regenerator-runtime "^0.13.3"
whatwg-fetch "^3.0.0"

react-autosuggest-geocoder@gatesolve/react-autosuggest-geocoder#fix/modify-for-gatesolve:
"react-autosuggest-geocoder@https://github.com/gatesolve/react-autosuggest-geocoder#fix/modify-for-gatesolve":
version "1.0.1"
resolved "https://codeload.github.com/gatesolve/react-autosuggest-geocoder/tar.gz/4db2a4ebcb0e1ea316dddd809ac039a2a52e846b"
resolved "https://github.com/gatesolve/react-autosuggest-geocoder#b3856dceeb70b57f3e71a2cfcab8145783b00a1d"
dependencies:
lodash "^4.17.15"
node-fetch "^2.6.0"
Expand Down

0 comments on commit 2eb03dd

Please sign in to comment.