Skip to content

Commit

Permalink
update packages to [email protected], [email protected], chai-as-promised@7.…
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkatreddy committed Dec 26, 2017
1 parent 128e6d8 commit 0ce2c0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## 4.1.0
- update packages to [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]

## 4.0.0
- update to chai 4.0
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultimate-chai",
"version": "4.0.0",
"version": "4.1.0",
"description": "ultimate chai library you'll ever need with cross mixture of sinon-chai, dirty-chai, chai-as-promised included",
"main": "index.js",
"scripts": {
Expand All @@ -27,14 +27,14 @@
},
"homepage": "https://github.com/svenkatreddy/ultimate-chai#readme",
"dependencies": {
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"dirty-chai": "^2.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"sinon": "^2.1.0",
"sinon-chai": "^2.11.0"
"sinon-chai": "^2.14.0"
},
"devDependencies": {
"mocha": "^3.4.2",
"sinon": "^2.3.4"
"mocha": "^4.0.1",
"sinon": "^4.1.3"
}
}

0 comments on commit 0ce2c0d

Please sign in to comment.