Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonistiigi committed Dec 16, 2012
1 parent 1b29b7d commit de78f0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "array_decoder",
"version": "0.0.0",
"version": "0.1.0",
"description": "Like string_decoder but for arrays",
"main": "array_decoder.js",
"scripts": {
Expand All @@ -12,7 +12,8 @@
},
"keywords": [
"string_decoder",
"array"
"array",
"stream"
],
"author": "Tõnis Tiigi <tonistiigi@gmail.com>",
"license": "MIT"
Expand Down

0 comments on commit de78f0e

Please sign in to comment.