Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Clarify the deprecation and add a note to the usage instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadKillingsworth committed Aug 11, 2018
1 parent a28b14b commit a81f3b7
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 54 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# closure-compiler-js

**Note**: The JS version of Closure-Compiler is being moved to the main npm distribution at https://www.npmjs.com/package/google-closure-compiler. Build plugins for `grunt` and `gulp` are already fully supported in that distribution.
**Note**: This package is now deprecated. Distribution of the JavaScript version has been moved to the main npm distribution at https://www.npmjs.com/package/google-closure-compiler. This package will continue
to work, but no new versions of the package will be published.

<hr />

Expand All @@ -16,6 +17,9 @@ This is an experimental release - meaning some features are not available and pe

## Usage

*These instructions will continue to work, but the package is deprecated.
Development has moved to https://www.npmjs.com/package/google-closure-compiler.*

First, install the latest version:

```bash
Expand Down
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-js",
"version": "20180610.0.0",
"version": "20180610.0.1",
"description": "Check, compile, transpile, optimize and compress JavaScript with Closure Compiler in JS",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit a81f3b7

Please sign in to comment.