Skip to content

Commit

Permalink
Fixed chai version for build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Feb 14, 2015
1 parent 2e7c73a commit 9a250c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iridium",
"version": "4.0.0",
"version": "4.0.1",
"author": "Benjamin Pannell <[email protected]>",
"description": "A custom lightweight ORM for MongoDB designed for power-users",
"homepage": "https://sierrasoftworks.com/iridium",
Expand Down Expand Up @@ -30,10 +30,10 @@
"functionality": "2.x"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"chai-as-promised": "*",
"chai-fuzzy": "*"
"mocha": "2.x",
"chai": "1.x",
"chai-as-promised": "4.x",
"chai-fuzzy": "1.x"
},
"keywords": [
"mongodb",
Expand Down

0 comments on commit 9a250c3

Please sign in to comment.