Skip to content

Commit

Permalink
Use browserify buffers (to repro an issue I'm having).
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeF committed Oct 21, 2012
1 parent 4716ec8 commit d4e1cb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
var Parser = require('jsonparse')
, Stream = require('stream').Stream
, Buffer = require('buffer-browserify').Buffer

/*
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"url": "git://github.com/dominictarr/JSONStream.git"
},
"dependencies": {
"jsonparse": "0.0.2"
"jsonparse": "0.0.2",
"buffer-browserify": "0.0.3"
},
"devDependencies": {
"it-is": "~1",
Expand Down

0 comments on commit d4e1cb5

Please sign in to comment.