Skip to content

Commit d6caa1e

Browse files
committed
Add info about prebuilt version
1 parent 40fa64a commit d6caa1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ A Node-style writable stream for [HTML5 Blobs](https://developer.mozilla.org/en-
44
mostly useful in [Browserify](http://browserify.org/). Allows you to take the output of any Node stream,
55
and turn it into a Blob or Blob URL for opening in the browser, uploading to a server, etc.
66

7+
If you don't want to use Browserify, you can also
8+
[download a prebuilt version](https://github.com/devongovett/blob-stream/releases) of the library.
9+
710
[![browser support](https://ci.testling.com/devongovett/blob-stream.png)
811
](https://ci.testling.com/devongovett/blob-stream)
912

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"test": "browserify test/index.js | testling"
10+
"test": "browserify test/index.js | testling",
11+
"build": "browserify --standalone blobStream . -o blob-stream.js"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)