Skip to content

Commit

Permalink
inflection should not be a a depedency not a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jun 11, 2014
1 parent 1f0766f commit f016820
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"findup",
"fs-extra",
"glob",
"inflection",
"inquirer",
"leek",
"lodash-node",
Expand Down Expand Up @@ -126,14 +127,14 @@
"testem": "0.6.15",
"through": "2.3.4",
"tiny-lr": "0.0.5",
"walk-sync": "0.1.2"
"walk-sync": "0.1.2",
"inflection": "^1.3.5"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"grunt": "0.4.4",
"grunt-release": "0.7.0",
"inflection": "^1.3.5",
"mocha": "^1.18.0",
"mocha-jshint": "0.0.7",
"rewire": "^2.0.0",
Expand Down

0 comments on commit f016820

Please sign in to comment.