From 1d5619d6d42867f4380527901f4a39a17095d98e Mon Sep 17 00:00:00 2001 From: Simon Brunel Date: Thu, 11 Jan 2018 09:03:16 +0100 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 510c141cd88..c7d21043b1a 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",