Skip to content

Commit 2e3c7a1

Browse files
committed
1.1.1
- fixes location of bin
1 parent b8aae1d commit 2e3c7a1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.1 (10/24/2017)
2+
3+
- fixes location of bin
4+
15
# 1.1.0 (10/24/2017)
26

37
- adds the ability to parse `cobertura`, `golang` and `jacoco`

dist/bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+1-1
Large diffs are not rendered by default.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lcov-server",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "🎯 A simple lcov server & cli parser",
55
"main": "index.js",
66
"homepage": "https://github.com/gabrielcsapo/lcov-server#readme",
@@ -28,7 +28,7 @@
2828
},
2929
"author": "Gabriel J. Csapo <[email protected]>",
3030
"bin": {
31-
"lcov-server": "./distributed/bin/lcov-server.js"
31+
"lcov-server": "./bin/index.js"
3232
},
3333
"pkg": {
3434
"scripts": [

0 commit comments

Comments
 (0)