diff --git a/Gruntfile.js b/Gruntfile.js index a1ea2ce..d9f53ce 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -9,7 +9,7 @@ function prepareFinalFile(content, exportPhrase = '') { if (exportPhrase != '') { newContent = newContent.replace( exportCodePlaceholder, - `${exportPhrase} { tzlib_get_ical_block, tzlib_get_offset, tzlib_get_timezones };` + `${exportPhrase} { tzlib_get_ical_block, tzlib_get_offset, tzlib_get_timezones };`, ); } else { newContent = newContent.replace(exportCodePlaceholder, ''); @@ -104,7 +104,7 @@ module.exports = function (grunt) { 'dist/cjs/.eslintrc.json': function (fs, fd, done) { fs.writeSync( fd, - '{ "extends": "../../.eslintrc.json", "env": { "node": true }, "plugins": ["commonjs"] }' + '{ "extends": "../../.eslintrc.json", "env": { "node": true }, "plugins": ["commonjs"] }', ); done(); }, diff --git a/generator.js b/generator.js index 7db21e2..1980fb2 100644 --- a/generator.js +++ b/generator.js @@ -3,7 +3,7 @@ * Add to Calendar TimeZones iCal Library * ++++++++++++++++++++++++++++++++++++++ * - * Version: 1.7.0 + * Version: 1.7.1 * Creator: Jens Kuerschner (https://jenskuerschner.de) * Project: https://github.com/add2cal/timezones-ical-library * License: Apache-2.0 diff --git a/index.html b/index.html index abd7268..7edfb13 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ - +
@@ -263,15 +263,15 @@