Skip to content

Commit

Permalink
- Correct typemistake in 3
Browse files Browse the repository at this point in the history
- 0.3.1 => npm publish
  • Loading branch information
mdunisch committed Oct 8, 2014
1 parent fd5282a commit f5b3789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exercises/3_in_every_case/exercise.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ var run = {
json: {
Hamburg: { population: 1.698 },
Strasbourg: { population: 0.272 },
Rom: { population: 2.753 },
Rome: { population: 2.753 },
Dublin: { population: 0.528 }
},
expect: { Hamburg: { population: 1.698, size: 'big' },
Strasbourg: { population: 0.272, size: 'small' },
Rom: { population: 2.753, size: 'big' },
Rome: { population: 2.753, size: 'big' },
Dublin: { population: 0.528, size: 'med' } }
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lololodash",
"version": "0.3.0",
"version": "0.3.1",
"description": "A Set of Lo-Dash Javascript Exercises",
"main": "lololodash.js",
"repository": {
Expand Down

0 comments on commit f5b3789

Please sign in to comment.