Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Deprecate plugin (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan authored and shvaikalesh committed Jan 25, 2017
1 parent f6a9195 commit 01507db
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## javascript-brunch
Adds JavaScript support to [brunch](http://brunch.io).
> ## 🚧 This Plugin Is Deprecated 🚧
It is mandatory plugin.
> This plugin is deprecated in favor of built-in possibilities of [Brunch], which can handle JavaScript automatically. For code validation use [eslint-brunch] or [jshint-brunch].
It also does JS source code validation.
# javascript-brunch

Adds JavaScript support to [brunch]. It is mandatory plugin. It also does JS source code validation.

## Usage

Install the plugin via npm with `npm install --save-dev javascript-brunch`.

Or, do manual install:
Expand All @@ -23,7 +25,7 @@ Or, do manual install:

The MIT License (MIT)

Copyright (c) 2012-2013 Paul Miller (http://paulmillr.com)
Copyright (c) 2012-2017 Paul Miller (http://paulmillr.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -42,3 +44,9 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

<!-- References -->

[brunch]: http://brunch.io
[eslint-brunch]: https://www.npmjs.com/package/eslint-brunch
[jshint-brunch]: https://www.npmjs.com/package/jshint-brunch

0 comments on commit 01507db

Please sign in to comment.