Skip to content

Commit

Permalink
Add coverall badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Kvartborg committed Jun 27, 2017
1 parent ef4e730 commit 1a68e33
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
Expand Up @@ -2,12 +2,12 @@

[![npm version](https://img.shields.io/npm/v/specla-autoloader.svg)](https://www.npmjs.com/package/specla-autoloader)
[![Build Status](https://travis-ci.org/specla/autoloader.svg?branch=master)](https://travis-ci.org/specla/autoloader)
[![Coverage Status](https://coveralls.io/repos/github/specla/autoloader/badge.svg?branch=release-1.0)](https://coveralls.io/github/specla/autoloader?branch=release-1.0)
[![Dependency Status](https://david-dm.org/specla/autoloader.svg)](https://david-dm.org/specla/autoloader)
[![devDependencies Status](https://david-dm.org/specla/autoloader/dev-status.svg)](https://david-dm.org/specla/autoloader?type=dev)
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

Autoload `modules` and `json` files with ease. This packages constructs an object
that reflects your folder structure and auto require the files within the
that reflects your folder structure and requires the files within the
specified path.

### Install
Expand Down

0 comments on commit 1a68e33

Please sign in to comment.