diff --git a/README.md b/README.md index 3d022156f..bb3fab6c3 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,6 @@ PDF.js is built into version 19+ of Firefox. #### Chrome -+ The official extension for Chrome can be installed from the [Chrome Web Store](https://chrome.google.com/webstore/detail/pdf-viewer/oemmndcbldboiebfnladdacbdfmadadm). -*This extension is maintained by [@Rob--W](https://github.com/Rob--W).* + Build Your Own - Get the code as explained below and issue `gulp chromium`. Then open Chrome, go to `Tools > Extension` and load the (unpackaged) extension from the directory `build/chromium`. diff --git a/gulpfile.js b/gulpfile.js index 36e1c767c..24e7a5733 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2452,9 +2452,5 @@ gulp.task("externaltest", function (done) { gulp.task( "ci-test", - gulp.series( - gulp.parallel("lint", "externaltest", "unittestcli"), - "lint-chromium", - "typestest" - ) + gulp.series(gulp.parallel("lint", "externaltest", "unittestcli"), "typestest") );