Skip to content

Commit

Permalink
Removing fs from source.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Lokahi Podwys committed Jul 30, 2015
1 parent b2292d8 commit ccb6148
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions expressStream.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
var fs = require('fs');

var streamBefore = [];
var streamAfter = [];

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-stream",
"version": "0.2.1",
"version": "0.2.2",
"description": "Response streaming middleware for Express 4.",
"main": "./expressStream.js",
"scripts": {
Expand Down

0 comments on commit ccb6148

Please sign in to comment.