Skip to content

Commit

Permalink
Add notice about uglifyjs issues
Browse files Browse the repository at this point in the history
Closes #27. Unfortunately uglifyjs does not support ES6 in the master branch.
  • Loading branch information
ericnorris authored Mar 10, 2017
1 parent 7427951 commit 7179485
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# striptags [![Build Status](https://travis-ci.org/ericnorris/striptags.svg)](https://travis-ci.org/ericnorris/striptags)
An implementation of PHP's [strip_tags](http://www.php.net/manual/en/function.strip-tags.php) in Node.js.

**Note:** `v3+` targets ES6, and is therefore incompatible with the maaster branch of `uglifyjs`. You can either:
- use `babili`, which supports ES6
- use the `harmony` branch of `uglifyjs`
- stick with the [2.x.x](https://github.com/ericnorris/striptags/tree/v2.x.x) branch

## Features
- Fast
- Zero dependencies
Expand Down

0 comments on commit 7179485

Please sign in to comment.