Skip to content

Commit

Permalink
Update ddry version
Browse files Browse the repository at this point in the history
  • Loading branch information
vassiliy committed Feb 23, 2017
1 parent 05016af commit 286fdb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Optional dependency wrapper mounting Mocha JS as **ddry** test harness.

Includes [ddry](https://www.npmjs.com/package/ddry) v0.0.14 and [Mocha](https://www.npmjs.com/package/mocha) v3.2.0.
Includes [ddry](https://www.npmjs.com/package/ddry) v0.0.15 and [Mocha](https://www.npmjs.com/package/mocha) v3.2.0.

Version reflects Mocha version, so your `package.json` remains clean yet informative, and **ddry** core remains accessible via

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"author": "Vassiliy Pimkin <vassiliy.pimkin@gmail.com>",
"license": "MIT",
"dependencies": {
"ddry": "0.0.14",
"ddry": "0.0.15",
"mocha": "^3.2.0"
},
"devDependencies": {
"ddry-mocha-tape": "0.0.14"
"ddry-mocha-tape": "0.0.15"
}
}

0 comments on commit 286fdb4

Please sign in to comment.