Skip to content

Commit 216dd9a

Browse files
committed
add meteor support
1 parent 8d97015 commit 216dd9a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Checkout [ngInflection](https://github.com/konsumer/ngInflection) from [konsumer
2323

2424

2525

26+
## Meteor Support
27+
28+
Checkout [Meteor Inflector](https://github.com/katrotz/meteor-inflector) from [Veaceslav Cotruta](https://github.com/katrotz)
29+
30+
31+
2632
## Installation
2733

2834
Install inflection through npm

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
],
2828
"dependencies" : {},
2929
"devDependencies": {
30-
"mocha" : "2.2.1",
31-
"should": "5.2.0"
30+
"mocha" : "2.3.3",
31+
"should": "7.1.0"
3232
},
3333
"main" : "./lib/inflection.js",
3434
"repository": {

0 commit comments

Comments
 (0)