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 25, 2013
1 parent 35cfab2 commit 942f7c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
},
"main": "./lib/DI",
"dependencies": {
"easy-configuration": "~1.6.2"
"easy-configuration": "~1.6.5"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.14.0"
},
"scripts": {
"test": "cd ./test; echo \"Testing in node:\"; mocha ./node/index.js --reporter spec; cd browser; echo \"Testing in browser:\"; mocha-phantomjs ./index.html"
"test": "cd ./test; echo \"Testing in node:\"; mocha ./node/index.js --reporter spec; cd browser; echo \"Testing in browser:\"; simq build; mocha-phantomjs ./index.html"
}
}
Loading

0 comments on commit 942f7c2

Please sign in to comment.