]> zoso.dev Git - buffer.git/commitdiff
preserve comment
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 18 Apr 2014 04:28:10 +0000 (21:28 -0700)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 18 Apr 2014 04:28:10 +0000 (21:28 -0700)
index.js

index 52403a85a422b28389661d89e3aa1b2142034f91..35277b49a8f4c8319c0278f083208ba96e21a4d9 100644 (file)
--- a/index.js
+++ b/index.js
@@ -1,10 +1,8 @@
-/**
+/*!
  * The buffer module from node.js, for the browser.
  *
- * Author:   Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
- * License:  MIT
- *
- * `npm install buffer`
+ * @author   Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
+ * @license  MIT
  */
 
 var base64 = require('base64-js')