Skip to content

Commit

Permalink
⬆️ 1.0.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed May 29, 2018
1 parent 55f824d commit fd77c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
14 changes: 1 addition & 13 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -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;
};
module.exports = function () {};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -75,4 +75,4 @@
}
]
}
}
}

0 comments on commit fd77c5b

Please sign in to comment.