Skip to content

Commit

Permalink
updated easy-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kudera committed Nov 24, 2013
1 parent fca2a20 commit e0ffcad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ $ npm test

## Changelog

* 1.7.0
+ Updated dependencies

* 1.6.6 - 1.6.7
+ Bugs in Internet Explorer 8

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.7",
"version": "1.7.0",
"author": {
"name": "David Kudera",
"email": "sakren@gmail.com"
Expand All @@ -22,7 +22,7 @@
},
"main": "./lib/DI",
"dependencies": {
"easy-configuration": "~1.5.6"
"easy-configuration": "~1.6.2"
},
"devDependencies": {
"chai": "~1.8.1"
Expand Down

0 comments on commit e0ffcad

Please sign in to comment.