Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #804 from gemini-testing/update/configparser
Browse files Browse the repository at this point in the history
update configparser version to 0.4.0
  • Loading branch information
DudaGod authored Aug 2, 2017
2 parents 4dd8744 + 4c70908 commit 9d7d337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/config/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const util = require('./util');

const browserOptions = require('./browser-options');
const coreOptions = require('gemini-core').config.options;
const ENV_PREFIX = `${require('../../package').name}_`;

const is = util.is;
const anyObject = util.anyObject;
Expand Down Expand Up @@ -104,5 +105,6 @@ module.exports = root(
sets: coreOptions.sets,

browsers: map(section(browserOptions.getPerBrowser()))
}))
})),
{envPrefix: ENV_PREFIX}
);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"css": "^2.1.0",
"debug": "^2.2.0",
"fs-extra": "^0.30.0",
"gemini-configparser": "^0.1.1",
"gemini-configparser": "^0.4.0",
"gemini-core": "^1.3.0",
"gemini-coverage": "^1.0.0",
"graceful-fs": "^4.1.11",
Expand Down

0 comments on commit 9d7d337

Please sign in to comment.