Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "mate", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A library that extends native JavaScript / CoffeeScript.", | ||
@@ -5,0 +5,0 @@ "keywords": ["library", "app", "javascript", "coffeescript", "js"], |
@@ -25,3 +25,3 @@ Mate is a small collection that extends JavaScript and CoffeeScript, | ||
The student with the highest score (coffee|js): | ||
The student with the highest score (coffee | js): | ||
@@ -28,0 +28,0 @@ students.withMax((m) -> m.score) | students.withMax(function(m){return m.score;}) |
26729