From 5bf0b7ea33ff8992d43429d941adfcc35a60f6bd Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 18 Nov 2013 06:20:04 -0800 Subject: [PATCH] native-buffer-browserify --- README.md | 5 ++--- package.json | 10 +++------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a9ca9ee..6c8414a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -buffer-browserify-fast +native-buffer-browserify =============== -The buffer module from [node.js](http://nodejs.org/), but for browsers. +The buffer module from [node.js](http://nodejs.org/), but for browsers. This is a fork of [buffer-browserify](https://github.com/toots/buffer-browserify). When you `require('buffer')` in [browserify](http://github.com/substack/node-browserify), @@ -9,7 +9,6 @@ this module will be loaded. It will also be loaded if you use the global `Buffer` variable. - ## Features - Backed by `ArrayBuffer` (not `Object`, so it's fast) diff --git a/package.json b/package.json index 0ed7c61..57ebd74 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,8 @@ { - "name": "buffer-browserify-fast", + "name": "native-buffer-browserify", "version": "0.3.0", "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)", "main": "index.js", - "browserify": "index.js", - "directories": { - "test": "test" - }, "dependencies": { "base64-js": "0.0.4", "buffer-browserify": "~0.2.2" @@ -19,7 +15,7 @@ }, "repository": { "type": "git", - "url": "http://github.com/feross/buffer-browserify-fast.git" + "url": "git://github.com/feross/native-buffer-browserify.git" }, "testling": { "files": "test/*.js", @@ -50,7 +46,7 @@ "scripts": { "test": "tape test/*.js" }, - "license": "MIT/X11", + "license": "MIT", "engine": { "node": ">=0.6" } -- 2.34.1