graphs-and-paths
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -10,3 +10,3 @@ { | ||
}, | ||
"testRegex": "(\\.|/)(test|spec)\\.(ts|tsx|js)$" | ||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$" | ||
} |
{ | ||
"name": "graphs-and-paths", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Tools for graphs representing physical locations.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,5 +0,7 @@ | ||
# Broken Loop | ||
# Graphs and Paths | ||
Tools for graphs representing physical locations. | ||
[![Build Status](https://travis-ci.org/dphilipson/graphs-and-paths.svg?branch=develop)](https://travis-ci.org/dphilipson/graphs-and-paths) | ||
Copyright © 2016 David Philipson |
60112
8