Skip to content

Commit

Permalink
updated easy-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sakren committed Nov 20, 2013
1 parent 04764bb commit 6dc1b90
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 @@ -277,7 +277,7 @@ $ npm test

## Changelog

* 1.6.2 - 1.6.4
* 1.6.2 - 1.6.5
+ Some optimizations
+ Should assert module replaced with chai
+ Better error messages
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dependency-injection",
"description": "Dependency injection with configuration and autowire for node js and browser",
"version": "1.6.4",
"version": "1.6.5",
"author": {
"name": "David Kudera",
"email": "sakren@gmail.com"
Expand All @@ -22,7 +22,7 @@
},
"main": "./lib/DI",
"dependencies": {
"easy-configuration": "~1.5.5"
"easy-configuration": "~1.5.6"
},
"devDependencies": {
"chai": "~1.8.1"
Expand Down

0 comments on commit 6dc1b90

Please sign in to comment.