Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading