Skip to content

Commit

Permalink
Better add-license adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffon committed Oct 19, 2017
1 parent 7a6fb5e commit f41bcf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![ReadTheDocs][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]

# Jaeger UI
# Jaeger UI

Visualize distributed tracing with Jaeger.

Expand Down Expand Up @@ -28,7 +28,7 @@ Install dependencies via `npm` or `yarn`:
```
npm install
# or
yarn install
yarn
```

Make sure you have the Jaeger Query service running on http://localhost:16686.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"clear-homepage": "json -I -f package.json -e 'delete this.homepage'",
"deploy-docs": "./bin/deploy-docs.sh",
"postpublish": "npm run build:docs && npm run deploy-docs",
"add-license": "uber-licence && git co flow-typed",
"add-license": "cd src && uber-licence",
"precommit": "lint-staged"
},
"lint-staged": {
Expand Down

0 comments on commit f41bcf6

Please sign in to comment.