Skip to content

Commit

Permalink
fix: use scoped sse-stream until chrisdickinson/sse-stream#5 is merge…
Browse files Browse the repository at this point in the history
…d and released
  • Loading branch information
marionebl committed Aug 3, 2016
1 parent 3715b7f commit aa9ae45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion handler-css.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const assert = require('assert')
const sse = require('sse-stream')
const sse = require('@marionebl/sse-stream')
const stream = require('readable-stream')

module.exports = css
Expand Down
2 changes: 1 addition & 1 deletion handler-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Emitter = require('events')
const errorify = require('errorify')
const sheetify = require('sheetify/transform')
const stream = require('readable-stream')
const sse = require('sse-stream')
const sse = require('@marionebl/sse-stream')
const watchify = require('watchify')
const xtend = require('xtend')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
],
"license": "MIT",
"dependencies": {
"@marionebl/sse-stream": "0.0.5",
"bl": "^1.1.2",
"css-extract": "^1.1.1",
"errorify": "^0.3.1",
Expand All @@ -39,7 +40,6 @@
"server-router": "^2.1.0",
"sheetify": "^5.0.5",
"simple-html-index": "^1.3.0",
"sse-stream": "0.0.4",
"string-to-stream": "^1.1.0",
"watchify": "^3.7.0",
"xtend": "^4.0.1"
Expand Down

0 comments on commit aa9ae45

Please sign in to comment.