8000
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 09fbbae commit 613ebfaCopy full SHA for 613ebfa
History.md
@@ -1,5 +1,5 @@
1
-unreleased
2
-==========
+2.0.2 / 2015-05-20
+==================
3
4
* remove map recreation
5
* remove unnecessary object construction
component.json
@@ -6,7 +6,7 @@
6
"bytes",
7
"utility"
8
],
9
- "version": "2.0.1",
+ "version": "2.0.2",
10
"scripts": ["index.js"],
11
"license": "MIT"
12
}
package.json
@@ -1,7 +1,7 @@
{
"name": "bytes",
"description": "Utility to parse a string bytes to bytes and vice-versa",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"contributors": [
"Jed Watson <jed.watson@me.com>"
0 commit comments