From 853be194d9084e56586cac7ff91049f3105f6569 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 17 Dec 2015 09:50:06 +0700 Subject: [PATCH] Fix dompurify build and upgrade to new version --- Gruntfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 86c2cd9..bc4fe2f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -307,7 +307,7 @@ module.exports = function(grunt) { }, readSandbox: { src: [ - 'node_modules/dompurify/purify.js', + 'node_modules/dompurify/src/purify.js', 'node_modules/iframe-resizer/js/iframeResizer.contentWindow.min.js', 'src/js/controller/app/read-sandbox.js' ], diff --git a/package.json b/package.json index 01a4804..9a182f6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "browsersmtp": "https://github.com/whiteout-io/browsersmtp/tarball/master", "chai": "~1.9.2", "crypto-lib": "~0.2.1", - "dompurify": "~0.6.3", + "dompurify": "~0.7.3", "grunt": "~0.4.1", "grunt-angular-templates": "~0.5.7", "grunt-autoprefixer": "~0.7.2",