From: Simon Brunel Date: Thu, 11 Jan 2018 08:03:16 +0000 (+0100) Subject: Fix GitBook error with the shared ESLint config (#5133) X-Git-Tag: v2.7.2~1^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d5619d6d42867f4380527901f4a39a17095d98e;p=thirdparty%2FChart.js.git Fix GitBook error with the shared ESLint config (#5133) `gitbook-cli install` failed when trying to fetch eslint-config-chartjs because of the way it was installed (ie. using the GitHub repository URL). The shared config is now published on npmjs: https://www.npmjs.com/package/eslint-config-chartjs --- diff --git a/package.json b/package.json index 510c141cd..c7d21043b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "child-process-promise": "^2.2.1", "coveralls": "^3.0.0", "eslint": "^4.9.0", - "eslint-config-chartjs": "git+https://github.com/chartjs/eslint-config-chartjs.git", + "eslint-config-chartjs": "^0.1.0", "gitbook-cli": "^2.3.2", "gulp": "3.9.x", "gulp-concat": "~2.6.x",