Skip to content

Commit

Permalink
Fix GitBook error with the shared ESLint config (#5133)
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
simonbrunel authored Jan 11, 2018
1 parent 6bea15e commit 1d5619d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d5619d

Please sign in to comment.