From 001be61611c9c8d5488e402ba17f5e5eaf96a4e5 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 8 Nov 2019 15:50:42 -0800 Subject: [PATCH 1/2] remove email --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0cc35460..ff9766bd 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ /*! * The buffer module from node.js, for the browser. * - * @author Feross Aboukhadijeh + * @author Feross Aboukhadijeh * @license MIT */ From 088fc8a3cc5460e3517f9faee89c848c315ce59d Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 8 Nov 2019 15:50:47 -0800 Subject: [PATCH 2/2] 2.8.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a9a1cde..2c224a8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "buffer", "description": "Node.js Buffer API, for the browser", - "version": "2.8.2", + "version": "2.8.3", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org",