Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Mason committed May 3, 2016
1 parent 018b0eb commit 577b090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expectations",
"version": "0.5.2",
"version": "0.6.0",
"main": "expectations.js",
"ignore": [
"**/.*",
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"author": "Steve Mason",
"name": "expectations",
"description": "jasmine-style 'expect' calls for mocha and other test frameworks",
"version": "0.5.2",
"version": "0.6.0",
"engines": {
"node": ">=0.10"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"mocha": "^2.4.5",
"testem": "^1.6.0"
Expand All @@ -31,4 +30,4 @@
"assertion"
],
"license": "0BSD"
}
}

0 comments on commit 577b090

Please sign in to comment.