Skip to content

Commit

Permalink
[BUGFIX beta] bump ember-inflector
Browse files Browse the repository at this point in the history
Fixes bugs when pluralization involves floats.

See emberjs/ember-inflector#97

(cherry picked from commit a2da966)
  • Loading branch information
Stanley Stuart authored and bmac committed Dec 12, 2015
1 parent 86cfaaa commit 54394e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"ember-disable-prototype-extensions": "^1.0.0",
"ember-disable-proxy-controllers": "^1.0.0",
"ember-export-application-global": "^1.0.3",
"ember-inflector": "^1.9.3",
"ember-inflector": "^1.9.4",
"ember-try": "0.0.6",
"ember-watson": "^0.7.0",
"git-repo-version": "^0.3.0",
"lodash.assign": "^3.2.0"
},
"peerDependencies": {
"ember-inflector": "^1.0.0"
"ember-inflector": "^1.9.4"
},
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 54394e5

Please sign in to comment.