Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sakren committed Dec 12, 2013
1 parent a7e6cb9 commit 37a4488
Showing 1 changed file with 2 additions and 2 deletions.
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.7.3",
"version": "1.8.0",
"author": {
"name": "David Kudera",
"email": "sakren@gmail.com"
Expand Down Expand Up @@ -34,6 +34,6 @@
"test": "npm run test-node && npm run test-browser",
"test-build": "cd ./test/browser; simq build;",
"test-node": "mocha ./test/node/index.js --reporter spec",
"test-browser": "npm run test-build; mocha-phantomjs ./test/browser/index.html"
"test-browser": "mocha-phantomjs ./test/browser/index.html"
}
}

0 comments on commit 37a4488

Please sign in to comment.