Skip to content

Commit

Permalink
Merge eb536ef into 28aca0e
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffon committed Oct 23, 2017
2 parents 28aca0e + eb536ef commit c1477ba
Show file tree
Hide file tree
Showing 4 changed files with 684 additions and 336 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The app was built with [create-react-app](https://github.com/facebookincubator/c
Fork, then clone the `jaeger-ui` repo and change directory into it.

```
git clone https://github.com/uber/jaeger-ui.git
git clone https://github.com/jaegertracing/jaeger-ui.git
cd jaeger-ui
```

Expand Down Expand Up @@ -55,7 +55,7 @@ npm start
| Command | Description |
| ------- | ----------- |
| `npm start` | Starts development server with hot reloading and api proxy. |
| `npm test` | Runs all the test |
| `npm test -- --coverage` | Runs all the tests |
| `npm run lint` | Lint the project (eslint, prettier, flow) |
| `npm run build` | Runs production build. Outputs files to `/dist`. |

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"history": "^4.6.3",
"is-promise": "^2.1.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^21.2.1",
"json-markup": "^1.1.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
Expand Down
Loading

0 comments on commit c1477ba

Please sign in to comment.