Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
- fixes linting
  • Loading branch information
gabrielcsapo committed Jan 13, 2018
1 parent 813f550 commit d3797ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.6 (01/12/2018)

- fixes linting

# 1.2.5 (01/12/2018)

- updates dependencies
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const mongoose = require('mongoose');

console.log(process.env);
mongoose.Promise = global.Promise;
mongoose.connect(process.env.MONGO_URL, { useMongoClient: true }, function(error) {
if(error) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lcov-server",
"version": "1.2.5",
"version": "1.2.6",
"description": "🎯 A simple lcov server & cli parser",
"main": "index.js",
"homepage": "https://github.com/gabrielcsapo/lcov-server#readme",
Expand Down

0 comments on commit d3797ea

Please sign in to comment.