Skip to content

Commit cc1235d

Browse files
committed
[update packages] mocha->3.0.2, should->11.1.0
1 parent faf584a commit cc1235d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "inflection",
3-
"version" : "1.10.0",
3+
"version" : "1.11.0",
44
"description": "A port of inflection-js to node.js module",
55
"keywords" : [
66
"inflection", "inflections", "inflection-js", "pluralize" , "singularize",
@@ -29,8 +29,8 @@
2929
],
3030
"dependencies" : {},
3131
"devDependencies": {
32-
"mocha" : "2.4.5",
33-
"should": "8.3.1"
32+
"mocha" : "3.0.2",
33+
"should": "11.1.0"
3434
},
3535
"main" : "./lib/inflection.js",
3636
"repository": {

0 commit comments

Comments
 (0)