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 a16228b commit 4c2d8e2Copy full SHA for 4c2d8e2
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "readable-stream",
3
- "version": "2.0.6",
+ "version": "2.1.0",
4
"description": "Streams3, a user-land copy of the stream library from Node.js",
5
"main": "readable.js",
6
"dependencies": {
@@ -40,8 +40,10 @@
40
"util": false
41
},
42
"nyc": {
43
- "include": ["lib/**.js"]
44
- },
+ "include": [
+ "lib/**.js"
45
+ ]
46
+ },
47
"browserify": {
48
"transform": [
49
"inline-process-browser",
0 commit comments