From a7d767cf389c7b61f4361c1ccf5a9ed69bdec3c9 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 6 Feb 2014 19:51:54 -0800 Subject: [PATCH] cross-publish at `buffer` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e5dde6..ce73b6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "native-buffer-browserify", - "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)", + "name": "buffer", + "description": "Node.js buffer API that works in the browser", "version": "2.1.1", "author": "Feross Aboukhadijeh (http://feross.org/)", "bugs": { -- 2.34.1