diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3249c3d74d8..00b0e2ad996 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -122,7 +122,7 @@ jobs: # https://github.com/marketplace/actions/checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: - repository: google/closure-compiler-npm + repository: chadkillingsworth/closure-compiler-npm ref: master # Clone closure-compiler repo from the commit under test into the npm repo compiler diff --git a/README.md b/README.md index 4e8e5ca6e9c..f4280012a93 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ new compiler({ This package will provide programmatic access to the native Graal binary in most cases, and will fall back to the Java version otherwise. -#### Please see the [closure-compiler-npm](https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler) repository for documentation on accessing the compiler in JS. +#### Please see the [closure-compiler-npm](https://github.com/chadkillingsworth/closure-compiler-npm/tree/master/packages/google-closure-compiler) repository for documentation on accessing the compiler in JS. ## Compiling Multiple Scripts diff --git a/package.json b/package.json index bf00fa2b481..80df7bf041d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2", "private": true, "devDependencies": { - "closure-compiler-npm": "google/closure-compiler-npm" + "closure-compiler-npm": "chadkillingsworth/closure-compiler-npm" }, "scripts": { "compile": "java -jar bazel-bin/compiler_uberjar_deploy.jar"