Skip to content

Commit f31398e

Browse files
Merge pull request #3 from ChadKillingsworth/url-changes
Change package urls to account for repo move
2 parents dd82f75 + 7f86f36 commit f31398e

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"license": "Apache-2.0",
2828
"bugs": {
29-
"url": "https://github.com/google/closure-compiler/issues"
29+
"url": "https://github.com/chadkillingsworth/closure-compiler-npm/issues"
3030
},
3131
"homepage": "https://developers.google.com/closure/compiler/",
3232
"devDependencies": {

packages/google-closure-compiler-java/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/google/closure-compiler-npm.git#master"
9+
"url": "git+https://github.com/chadkillingsworth/closure-compiler-npm.git#master"
1010
},
1111
"homepage": "https://developers.google.com/closure/compiler/",
1212
"author": "Chad Killingsworth <[email protected]>",

packages/google-closure-compiler-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/google/closure-compiler-npm.git#master"
9+
"url": "git+https://github.com/chadkillingsworth/closure-compiler-npm.git#master"
1010
},
1111
"homepage": "https://developers.google.com/closure/compiler/",
1212
"author": "Chad Killingsworth <[email protected]>",

packages/google-closure-compiler-linux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/google/closure-compiler-npm.git#master"
9+
"url": "git+https://github.com/chadkillingsworth/closure-compiler-npm.git#master"
1010
},
1111
"homepage": "https://developers.google.com/closure/compiler/",
1212
"author": "Chad Killingsworth <[email protected]>",

packages/google-closure-compiler-macos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/google/closure-compiler-npm.git#master"
9+
"url": "git+https://github.com/chadkillingsworth/closure-compiler-npm.git#master"
1010
},
1111
"homepage": "https://developers.google.com/closure/compiler/",
1212
"author": "Chad Killingsworth <[email protected]>",

packages/google-closure-compiler-windows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/google/closure-compiler-npm.git#master"
9+
"url": "git+https://github.com/chadkillingsworth/closure-compiler-npm.git#master"
1010
},
1111
"homepage": "https://developers.google.com/closure/compiler/",
1212
"author": "Chad Killingsworth <[email protected]>",

packages/google-closure-compiler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ certain arguments:
8282
## Build Tool Plugins
8383
The compiler package also includes build tool plugins for [Grunt](http://gruntjs.com/) and [Gulp](http://gulpjs.com/). There is also an [official webpack plugin](https://www.npmjs.com/package/closure-webpack-plugin).
8484

85-
* [Grunt Plugin](https://github.com/google/closure-compiler-npm/blob/master/packages/google-closure-compiler/docs/grunt.md)
86-
* [Gulp Plugin](https://github.com/google/closure-compiler-npm/blob/master/packages/google-closure-compiler/docs/gulp.md)
85+
* [Grunt Plugin](https://github.com/chadkillingsworth/closure-compiler-npm/blob/master/packages/google-closure-compiler/docs/grunt.md)
86+
* [Gulp Plugin](https://github.com/chadkillingsworth/closure-compiler-npm/blob/master/packages/google-closure-compiler/docs/gulp.md)
8787

8888
### Community Maintained Plugins
8989
Additionally, community members have created plugins leveraging this library.

packages/google-closure-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/google/closure-compiler-npm.git#master"
8+
"url": "git+https://github.com/chadkillingsworth/closure-compiler-npm.git#master"
99
},
1010
"keywords": [
1111
"javascript",

0 commit comments

Comments
 (0)