Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sakren committed Jan 7, 2014
1 parent 480dcef commit f047151
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 38 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"main": "./lib/DI",
"dependencies": {
"easy-configuration": "1.6.6",
"callsite": "1.0.0"
"easy-configuration": "~2.0.0",
"callsite": "~1.0.0"
},
"devDependencies": {
"chai": "1.8.1",
"mocha": "1.16.2",
"mocha-phantomjs": "3.3.0",
"phantomjs": "1.9.2-6"
"chai": "~1.8.1",
"mocha": "~1.16.2",
"mocha-phantomjs": "~3.3.1",
"phantomjs": "~1.9.2-6"
},
"scripts": {
"test": "npm run test-node && npm run test-browser",
Expand Down
Loading

0 comments on commit f047151

Please sign in to comment.