Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Updating readme for coverage changes
  • Loading branch information
clocasto committed Dec 4, 2016
1 parent 3a289c8 commit 447b670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PathWizard [![Build Status](https://travis-ci.org/clocasto/PathWizard.svg?branch=master)](https://travis-ci.org/clocasto/PathWizard) [![Coverage Status](https://coveralls.io/repos/github/clocasto/PathWizard/badge.svg?branch=master&version=0_1_2)](https://coveralls.io/github/clocasto/PathWizard?branch=master)
PathWizard [![Build Status](https://travis-ci.org/clocasto/PathWizard.svg?branch=master)](https://travis-ci.org/clocasto/PathWizard) [![Coverage Status](https://coveralls.io/repos/github/clocasto/PathWizard/badge.svg?branch=master&version=0_1_3b)](https://coveralls.io/github/clocasto/PathWizard?branch=master)
=========

A lightweight wrapper around `require` which finds node modules and files based on the shortest unique path. Instead of hard-coding string literals for relative module paths when using `require`, just specify the shortest, unique segment of a path and PathWizard will find the correct full path.
Expand Down Expand Up @@ -101,4 +101,4 @@ Please use the AirBNB style guide for consistency. Add unit tests for any new or

## Release History

* 0.1.2 Development
* 0.1.3 Development

0 comments on commit 447b670

Please sign in to comment.