Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,2 @@ 'use strict'; | ||
return typeof object === 'undefined'; | ||
} | ||
}; |
{ | ||
"name": "configly", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Provides an easy way to set up environmental configuration", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha", | ||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha", | ||
"codeclimate": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codeclimate && rm -rf ./coverage" | ||
"jshint": "jshint --reporter node_modules/jshint-stylish/stylish.js index.js lib/**", | ||
"check-cov": "istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100", | ||
"test": "istanbul cover _mocha", | ||
"posttest": " npm run check-cov; npm run jshint;", | ||
"codeclimate": "cat ./coverage/lcov.info | codeclimate" | ||
}, | ||
@@ -28,6 +30,8 @@ "repository": { | ||
"devDependencies": { | ||
"codeclimate-test-reporter": "^0.0.3", | ||
"codeclimate-test-reporter": "0.0.4", | ||
"expect.js": "^0.3.1", | ||
"istanbul": "^0.3.2", | ||
"mocha": "^1.21.4", | ||
"istanbul": "^0.3.5", | ||
"jshint": "^2.6.0", | ||
"jshint-stylish": "^1.0.0", | ||
"mocha": "^2.1.0", | ||
"mocha-lcov-reporter": "0.0.1", | ||
@@ -34,0 +38,0 @@ "yaml": "^0.2.3" |
# configly | ||
[![NPM version](http://img.shields.io/npm/v/configly.svg?style=flat)](https://www.npmjs.org/package/configly) | ||
[![Dependency Status](http://img.shields.io/gemnasium/ksmithut/configly.svg?style=flat)](https://gemnasium.com/ksmithut/configly) | ||
[![Dependency Status](http://img.shields.io/david/ksmithut/configly.svg?style=flat)](https://gemnasium.com/ksmithut/configly) | ||
[![Dev Dependency Status](http://img.shields.io/david/dev/ksmithut/configly.svg?style=flat)](https://gemnasium.com/ksmithut/configly) | ||
[![Code Climate](http://img.shields.io/codeclimate/github/ksmithut/configly.svg?style=flat)](https://codeclimate.com/github/ksmithut/configly) | ||
@@ -6,0 +7,0 @@ [![Build Status](http://img.shields.io/travis/ksmithut/configly.svg?style=flat)](https://travis-ci.org/ksmithut/configly) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14243
203
0
8