Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

Commit

Permalink
Revert striptags to 2.2.1
Browse files Browse the repository at this point in the history
The latest version of striptags is causing the build task to fail
because it uses ES6, which is not supported by the version of Uglify
that Webpack is using.

As soon as [1] is published to a main release and Webpack updates to
use that release, we should be able to upgrade striptags to the latest
version.

[1] webpack-contrib/uglifyjs-webpack-plugin#63
  • Loading branch information
openjck committed Jul 18, 2017
1 parent a8f7303 commit 3b3accf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"redux": "^3.7.2",
"sinon": "^2.3.8",
"string-template": "^1.0.0",
"striptags": "^3.0.1",
"striptags": "^2.2.1",
"webpack-stream": "^3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3b3accf

Please sign in to comment.