Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into admin_view
Browse files Browse the repository at this point in the history
* upstream/master:
  Fix typo in readme
  added workaround for build failture
  bump dependencies
  • Loading branch information
Jeff Billimek committed Jan 10, 2019
2 parents 800efb4 + 9ad05c0 commit 91557e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ getCMDDependencies:

getGoDependencies:
go get -v ./...
# Workaround for: https://github.com/sirupsen/logrus/issues/824
GOOS=windows go get -v ./...

buildProject:
rm -rf releases
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

![Generate ShareX Configuration](https://user-images.githubusercontent.com/17984549/32700395-cf9f057a-c7c4-11e7-9d2b-7523c8a95a20.png)

## Documenation
## Documentation

- [Installation](https://github.com/mxschmitt/golang-url-shortener/wiki/Installation)
- [Configuration](https://github.com/mxschmitt/golang-url-shortener/wiki/Configuration)
Expand Down
14 changes: 7 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"dependencies": {
"moment": "2.22.2",
"prismjs": "1.15.0",
"react": "16.4.2",
"react-clipboard.js": "2.0.0",
"react": "16.5.2",
"react-clipboard.js": "2.0.1",
"react-datepicker": "1.6.0",
"react-dom": "16.4.2",
"react-moment": "0.7.9",
"react-dom": "16.5.2",
"react-moment": "0.8.1",
"react-prism": "4.3.2",
"react-qr-svg": "2.1.0",
"react-responsive": "5.0.0",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-scripts": "1.1.4",
"react-scripts": "1.1.5",
"react-table": "6.8.6",
"semantic-ui-css": "2.3.3",
"semantic-ui-react": "0.82.2",
"semantic-ui-css": "2.4.0",
"semantic-ui-react": "0.82.5",
"toastr": "2.1.4"
},
"scripts": {
Expand Down

0 comments on commit 91557e7

Please sign in to comment.