Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Replace git dependency with regular npm dependency
Browse files Browse the repository at this point in the history
After nisaacson/linerstream#4 has been merged
  • Loading branch information
jhnns committed Sep 2, 2014
1 parent 072d426 commit 82c7313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
],
"dependencies": {
"fork-stream": "^0.0.4",
"linerstream": "git://github.com/jhnns/linerstream.git#fix/on-windows",
"linerstream": "^0.1.4",
"map-stream": "^0.1.0",
"phantomjs": "^1.9.7-15",
"temp": "^0.8.0",
"when": "^3.4.2",
"map-stream": "^0.1.0"
"when": "^3.4.2"
},
"devDependencies": {
"chai": "^1.9.1",
Expand Down

0 comments on commit 82c7313

Please sign in to comment.