Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit b4c835b

Browse files
Link to the js distribution of the compiler from the readme.
1 parent 9980967 commit b4c835b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Any bugs not related to the plugins themselves should be reported to the
88
[main repository](https://github.com/google/closure-compiler/).
99

1010
## Getting Started
11-
*Closure-compiler requires java to be installed and in the path.*
11+
*This package requires java to be installed and in the path.* Looking for a version that
12+
does not require java? See [google-closure-compiler-js](https://github.com/google/closure-compiler-js).
1213

1314
If you are new to [Closure-Compiler](https://developers.google.com/closure/compiler/), make
1415
sure to read and understand the

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler",
3-
"version": "20160822.1.0",
3+
"version": "20160822.2.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)