Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies #47

Merged
merged 3 commits into from Feb 20, 2017
Merged

update dependencies #47

merged 3 commits into from Feb 20, 2017

Conversation

jdx
Copy link
Contributor

@jdx jdx commented Feb 8, 2017

No description provided.

Copy link
Owner

@agebrock agebrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment at line 4 of config.js

Thx for your pull request !

@@ -1,7 +1,7 @@
var util = require('util');
var defaults = require('lodash.defaults');

var ConfigError = function ConfigError(message, extra) {
var ConfigError = function (message, extra) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well it seems useless, but the function name was there for a reason ;)
Without the name the stucktrace does not label the error correctly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updating your eslint config requires this change

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accepted since changing this rule requires a lot of changes.

@agebrock agebrock merged commit 8d98193 into agebrock:master Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants