Skip to content

Commit

Permalink
[package.json] Update dependencies versions and Unit.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolab committed Dec 5, 2014
1 parent e0d756d commit 97df720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unit.js",
"version": "1.0.2",
"version": "1.1.0",
"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, ...).",
"main": "src/index.js",
"keywords": [
Expand All @@ -26,11 +26,11 @@
"node": ">= 0.10.0"
},
"dependencies": {
"bluebird": "^2.3.2",
"bluebird": "^2.3.11",
"lodash": "^2.4.1",
"must": "^0.12.0",
"noder.io": ">= 1.0.0 < 2.0.0",
"should": "^4.0.4",
"should": "^4.3.0",
"sinon": ">= 1.10.3 < 2.0.0",
"supertest": ">= 0.13.0 < 1.0.0"
},
Expand Down

0 comments on commit 97df720

Please sign in to comment.