We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7179485 commit 5eb9357Copy full SHA for 5eb9357
README.md
@@ -1,7 +1,7 @@
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:
+**Note:** `v3+` targets ES6, and is therefore incompatible with the master 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
0 commit comments