Skip to content

Commit b0ef68e

Browse files
Merge pull request #4261 from ChadKillingsworth:npm-repo-move
PiperOrigin-RevId: 811088995
2 parents 26f56d1 + 4280307 commit b0ef68e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# https://github.com/marketplace/actions/checkout
123123
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
124124
with:
125-
repository: google/closure-compiler-npm
125+
repository: chadkillingsworth/closure-compiler-npm
126126
ref: master
127127

128128
# Clone closure-compiler repo from the commit under test into the npm repo compiler

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ new compiler({
312312
This package will provide programmatic access to the native Graal binary in most
313313
cases, and will fall back to the Java version otherwise.
314314

315-
#### 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.
315+
#### 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.
316316

317317
## Compiling Multiple Scripts
318318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2",
66
"private": true,
77
"devDependencies": {
8-
"closure-compiler-npm": "google/closure-compiler-npm"
8+
"closure-compiler-npm": "chadkillingsworth/closure-compiler-npm"
99
},
1010
"scripts": {
1111
"compile": "java -jar bazel-bin/compiler_uberjar_deploy.jar"

0 commit comments

Comments
 (0)