We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95153e commit 0803c09Copy full SHA for 0803c09
Readme.md
@@ -81,6 +81,7 @@ $ npm install multipipe
81
The MIT License (MIT)
82
83
Copyright (c) 2014 Segment.io Inc. <friends@segment.io>
84
+Copyright (c) 2014 Julian Gruber <julian@juliangruber.com>
85
86
Permission is hereby granted, free of charge, to any person obtaining a copy
87
of this software and associated documentation files (the "Software"), to deal
package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.1",
4
"description": "pipe streams with centralized error handling",
5
"license": "MIT",
6
- "repository": "segmentio/multipipe",
+ "repository": "juliangruber/multipipe",
7
"dependencies": {
8
"duplexer2": "0.0.2"
9
},
0 commit comments