Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "configly", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Provides an easy way to set up environmental configuration", | ||
@@ -35,3 +35,3 @@ "main": "index.js", | ||
"istanbul": "~0.2.4", | ||
"gulp-istanbul": "~0.1.0", | ||
"gulp-istanbul": "~0.1.1", | ||
"coveralls": "~2.8.0", | ||
@@ -38,0 +38,0 @@ "jshint-stylish": "~0.1.5" |
@@ -6,4 +6,4 @@ # configly | ||
[![NPM devDependencies](https://david-dm.org/ksmithut/configly/dev-status.png?theme=shields.io)](https://david-dm.org/ksmithut/configly) | ||
[![Build Status](https://travis-ci.org/ksmithut/configly.png?branch=master)](https://travis-ci.org/ksmithut/configly) | ||
[![Coverage Status](https://coveralls.io/repos/ksmithut/configly/badge.png?branch=master)](https://coveralls.io/r/ksmithut/configly?branch=master) | ||
[![Build Status](https://travis-ci.org/ksmithut/configly.png)](https://travis-ci.org/ksmithut/configly) | ||
[![Coverage Status](https://coveralls.io/repos/ksmithut/configly/badge.png)](https://coveralls.io/r/ksmithut/configly) | ||
@@ -10,0 +10,0 @@ A simple configuration management module used for [node.js](http://nodejs.org/) |
13374