Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
- add feature for ignoring environment variables
- Use load-jsonic-sync to load json with comments and report position and filename in error messages
  • Loading branch information
gabrielcsapo committed Jul 12, 2017
1 parent 9bd65d0 commit 0a08674
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
language: node_js

node_js:
- "0.12"
- "0.10"
- "iojs"
- "iojs-v1.1.0"

- "4"
- "6"
- "8"
script:
- "npm run-script cover"
# - "npm run-script lint"
- "npm run cover"
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
confit
======

Lead Maintainer: [Shaun Warman](https://github.com/shaunwarman)
# confit

[![Build Status](https://travis-ci.org/krakenjs/confit.svg?branch=2.x)](https://travis-ci.org/krakenjs/confit)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "confit",
"version": "2.1.0",
"version": "2.2.0",
"description": "Environment-aware configuration.",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit 0a08674

Please sign in to comment.