From 53262267ba6ec3806014b6fd1840142ebf96273d Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 17 Apr 2014 21:28:10 -0700 Subject: [PATCH] preserve comment --- index.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.js b/index.js index 52403a8..35277b4 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,8 @@ -/** +/*! * The buffer module from node.js, for the browser. * - * Author: Feross Aboukhadijeh - * License: MIT - * - * `npm install buffer` + * @author Feross Aboukhadijeh + * @license MIT */ var base64 = require('base64-js') -- 2.34.1