Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
- fixes location of bin
  • Loading branch information
gabrielcsapo committed Oct 24, 2017
1 parent b8aae1d commit 2e3c7a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.1 (10/24/2017)

- fixes location of bin

# 1.1.0 (10/24/2017)

- adds the ability to parse `cobertura`, `golang` and `jacoco`
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lcov-server",
"version": "1.1.0",
"version": "1.1.1",
"description": "🎯 A simple lcov server & cli parser",
"main": "index.js",
"homepage": "https://github.com/gabrielcsapo/lcov-server#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"author": "Gabriel J. Csapo <gabecsapo@gmail.com>",
"bin": {
"lcov-server": "./distributed/bin/lcov-server.js"
"lcov-server": "./bin/index.js"
},
"pkg": {
"scripts": [
Expand Down

0 comments on commit 2e3c7a1

Please sign in to comment.