Skip to content

Commit 97df720

Browse files
committed
[package.json] Update dependencies versions and Unit.js version
1 parent e0d756d commit 97df720

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unit.js",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Simple, intuitive and flexible unit testing framework for javascript / Node.js (browser and server). Integrates awesome assertions libraries like Must.js, Should.js, Assert of Node.js, Sinon.js and other friendly features (promise, IoC, plugins, ...).",
55
"main": "src/index.js",
66
"keywords": [
@@ -26,11 +26,11 @@
2626
"node": ">= 0.10.0"
2727
},
2828
"dependencies": {
29-
"bluebird": "^2.3.2",
29+
"bluebird": "^2.3.11",
3030
"lodash": "^2.4.1",
3131
"must": "^0.12.0",
3232
"noder.io": ">= 1.0.0 < 2.0.0",
33-
"should": "^4.0.4",
33+
"should": "^4.3.0",
3434
"sinon": ">= 1.10.3 < 2.0.0",
3535
"supertest": ">= 0.13.0 < 1.0.0"
3636
},

0 commit comments

Comments
 (0)