Skip to content

Commit 4c2d8e2

Browse files
committed
2.1.0
1 parent a16228b commit 4c2d8e2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readable-stream",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"description": "Streams3, a user-land copy of the stream library from Node.js",
55
"main": "readable.js",
66
"dependencies": {
@@ -40,8 +40,10 @@
4040
"util": false
4141
},
4242
"nyc": {
43-
"include": ["lib/**.js"]
44-
},
43+
"include": [
44+
"lib/**.js"
45+
]
46+
},
4547
"browserify": {
4648
"transform": [
4749
"inline-process-browser",

0 commit comments

Comments
 (0)