Comparing version 0.6.1 to 0.6.2
@@ -7,2 +7,6 @@ # Change Log | ||
## 0.6.2 - 2017-1-9 | ||
### Changed | ||
- Improve URL processing to yield more browser-friendly results | ||
## 0.6.1 - 2017-1-5 | ||
@@ -9,0 +13,0 @@ ### Changed |
@@ -88,3 +88,3 @@ 'use strict'; | ||
name: dependency.name, | ||
url: dependency.homepage || dependency.repository ? dependency.repository.url.replace(/\w*\+/, '') : '', | ||
url: dependency.homepage || dependency.repository ? 'https://' + dependency.repository.url.replace(/\w*.*\:\/\/|git@|\.git/g, '') : '', | ||
description: dependency.description | ||
@@ -91,0 +91,0 @@ }); |
{ | ||
"name": "backpat", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A simple tool for high-fiving your tech stack", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Backpat | ||
[![Build Status](https://travis-ci.org/cachilders/backpat.svg?branch=master)](https://travis-ci.org/cachilders/backpat) [![Coverage Status](https://img.shields.io/coveralls/cachilders/backpat.svg)](https://img.shields.io/coveralls/cachilders/backpat.svg) | ||
[![Build Status](https://travis-ci.org/cachilders/backpat.svg?branch=master)](https://travis-ci.org/cachilders/backpat) [![Coverage Status](https://img.shields.io/coveralls/cachilders/backpat.svg)](https://coveralls.io/github/cachilders/backpat) | ||
@@ -4,0 +4,0 @@ Backpat is a simple tool for use in automating the production of tech stack |
13732