We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7427951 commit 7179485Copy full SHA for 7179485
README.md
@@ -1,6 +1,11 @@
1
# striptags [](https://travis-ci.org/ericnorris/striptags)
2
An implementation of PHP's [strip_tags](http://www.php.net/manual/en/function.strip-tags.php) in Node.js.
3
4
+**Note:** `v3+` targets ES6, and is therefore incompatible with the maaster branch of `uglifyjs`. You can either:
5
+- use `babili`, which supports ES6
6
+- use the `harmony` branch of `uglifyjs`
7
+- stick with the [2.x.x](https://github.com/ericnorris/striptags/tree/v2.x.x) branch
8
+
9
## Features
10
- Fast
11
- Zero dependencies
0 commit comments