Skip to content

Commit

Permalink
stick to lodash.clone@3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Feb 9, 2019
1 parent 47fff62 commit 705e4a4
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/settings/globals.js
Expand Up @@ -67,7 +67,7 @@ class GlobalsContext extends Context {
throw err;
}

//this.importGlobalsFromConfig();
this.importGlobalsFromConfig();
this.mergeGlobalsOntoSettings();
} else {
this.__module = this.settings.globals;
Expand Down
2 changes: 1 addition & 1 deletion lib/settings/settings.js
Expand Up @@ -242,4 +242,4 @@ class Settings {
}
}

module.exports = Settings;
module.exports = Settings;
102 changes: 95 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"assertion-error": "^1.1.0",
"chai-nightwatch": "0.2.1",
"ejs": "^2.5.9",
"lodash.clone": "^4.5.0",
"lodash.clone": "3.0.3",
"lodash.defaultsdeep": "^4.6.0",
"lodash.merge": "^4.6.1",
"minimatch": "3.0.4",
Expand All @@ -36,6 +36,9 @@
"nock": "^10.0.6",
"nyc": "^13.2.0"
},
"optionalDependencies": {
"mocha": "^5.1.1"
},
"bin": {
"nightwatch": "./bin/nightwatch"
},
Expand Down

0 comments on commit 705e4a4

Please sign in to comment.