From: Feross Aboukhadijeh Date: Fri, 18 Apr 2014 04:28:10 +0000 (-0700) Subject: preserve comment X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=53262267ba6ec3806014b6fd1840142ebf96273d;p=buffer.git preserve comment --- 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')