From fd77c5b4cd0a6a65d4737b9ef27bd7ff1a5db6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 29 May 2018 16:28:03 +0200 Subject: [PATCH] :arrow_up: 1.0.2 :tada: --- lib/index.js | 14 +------------- package.json | 4 ++-- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/lib/index.js b/lib/index.js index b41e1e8..7f0f4e8 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,15 +1,3 @@ "use strict"; -/** - * googleFontDownloader - * Download Google fonts by providing the url - * - * @name googleFontDownloader - * @function - * @param {Number} a Param descrpition. - * @param {Number} b Param descrpition. - * @return {Number} Return description. - */ -module.exports = function googleFontDownloader (a, b) { - return a + b; -}; \ No newline at end of file +module.exports = function () {}; diff --git a/package.json b/package.json index b4b6023..7cf4d0d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url" ], "license": "MIT", - "version": "1.0.1", + "version": "1.0.2", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -75,4 +75,4 @@ } ] } -} +} \ No newline at end of file