Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed Apr 13, 2016
1 parent a16228b commit 4c2d8e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readable-stream",
"version": "2.0.6",
"version": "2.1.0",
"description": "Streams3, a user-land copy of the stream library from Node.js",
"main": "readable.js",
"dependencies": {
Expand Down Expand Up @@ -40,8 +40,10 @@
"util": false
},
"nyc": {
"include": ["lib/**.js"]
},
"include": [
"lib/**.js"
]
},
"browserify": {
"transform": [
"inline-process-browser",
Expand Down

0 comments on commit 4c2d8e2

Please sign in to comment.