Comparing version 0.2.1 to 0.2.2
@@ -5,3 +5,3 @@ { | ||
"description": "Lempel-Ziv-Welch (LZW) compression algorithm", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type" : "git", |
@@ -54,3 +54,3 @@ LZW | ||
app.controller('myCtrl', function($scope, lzw) { | ||
app.controller('myController', function($scope, lzw) { | ||
... | ||
@@ -57,0 +57,0 @@ var encode = lzw.encode(...); |
4177
26961