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

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendelski committed Feb 8, 2016
1 parent f34a5cd commit 9915ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Paweł Mendelski <pawel.mendelski@coditorium.com>",
"name": "read-config",
"version": "1.6.0",
"version": "2.0.0",
"description": "Multi format configuration loader",
"main": "index.js",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/coditorium/nodejs-read-config/issues"
},
"scripts": {
"test": "gulp checkstyle test",
"test": "gulp lint test",
"ci": "gulp ci",
"coveralls": "cat build/test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"mocha-jenkins-reporter": "~0.1.9"
},
"engines": {
"node": ">=0.10"
"node": ">=5"
},
"analyze": "true"
}

0 comments on commit 9915ea5

Please sign in to comment.