From 1c12fcee06d077a7fe247dcc478771f208be5849 Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Tue, 10 Apr 2018 10:02:02 +0200 Subject: [PATCH] Update grunt-contrib-ugligy configuration to preserve comments The preseverComments option has been deprecated from version 2.x --- Gruntfile.js | 4 +++- papaparse.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2db5356..4a5e358 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2,7 +2,9 @@ module.exports = function(grunt) { grunt.initConfig({ uglify: { options: { - preserveComments: 'some', + output: { + comments: 'some', + }, }, min: { files: { diff --git a/papaparse.js b/papaparse.js index 5b5e582..5f92d22 100755 --- a/papaparse.js +++ b/papaparse.js @@ -1,4 +1,4 @@ -/*! +/*@license Papa Parse v4.3.7 https://github.com/mholt/PapaParse