Skip to content

Commit b790288

Browse files
committed
devDependencies update. Preparing release 0.5.2
1 parent e83861e commit b790288

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cocktail",
33
"description": "CocktailJS is a small library to explore traits, talents, inheritance and annotations concepts in nodejs - Shake your objects and classes with Cocktail!",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"homepage": "http://cocktailjs.github.io",
66
"author": {
77
"name": "Maximiliano Fierro",
@@ -29,13 +29,13 @@
2929
},
3030
"devDependencies": {
3131
"grunt-simple-mocha": "~0.4",
32-
"chai": "1.9.1",
33-
"mocha": "1.18.2",
32+
"chai": "~1.9",
33+
"mocha": "~1.19",
3434
"grunt-contrib-jshint": "~0.10",
3535
"grunt-contrib-watch": "~0.6",
3636
"grunt": "~0.4",
3737
"sinon-chai": "~2.5",
38-
"sinon": "~1.9",
38+
"sinon": "~1.10",
3939
"grunt-cli": "~0.1.13",
4040
"grunt-mocha-test": "~0.10.2"
4141
},

0 commit comments

Comments
 (0)