Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
- fixes prepublish step
- publishes compiled code
  • Loading branch information
gabrielcsapo committed Dec 8, 2017
1 parent bd4f4a7 commit 043a6c0
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.2.4 (12/07/2017)

- fixes prepublish step
- publishes compiled code

# 1.2.3 (12/07/2017)

- replaces `openbadge` with `badgeit`
Expand Down
24 changes: 12 additions & 12 deletions dist/bundle.js

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions dist/vendor.bundle.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lcov-server",
"version": "1.2.3",
"version": "1.2.4",
"description": "🎯 A simple lcov server & cli parser",
"main": "index.js",
"homepage": "https://github.com/gabrielcsapo/lcov-server#readme",
Expand All @@ -18,6 +18,7 @@
"lint": "eslint .",
"test": "tape test/lib/**/*.js test/index.js",
"coverage": "tap test/lib/**.js --coverage --coverage-report=lcov",
"prepublish": "npm run build",
"build": "npm run build:client && npm run build:server",
"build:server": "babel index.js --out-dir ./distributed && babel lib --out-dir ./distributed/lib && babel bin --out-dir ./distributed/bin && cp package.json ./distributed/ && cp -r dist ./distributed",
"build:client": "NODE_ENV=production webpack --progress",
Expand Down

0 comments on commit 043a6c0

Please sign in to comment.