Skip to content

Commit b95153e

Browse files
committed
Merge pull request #8 from felixrabe/patch-1
package.json: Add license field
2 parents d1c2a7f + 828db7e commit b95153e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "multipipe",
33
"version": "0.1.1",
44
"description": "pipe streams with centralized error handling",
5+
"license": "MIT",
56
"repository": "segmentio/multipipe",
67
"dependencies": {
78
"duplexer2": "0.0.2"
@@ -12,4 +13,4 @@
1213
"scripts": {
1314
"test": "make test"
1415
}
15-
}
16+
}

0 commit comments

Comments
 (0)