Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Jan 29, 2017
1 parent c6e98b4 commit d0d14f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
"**/docs": true,
"type_definitions/**/*.js": true
}
,
"vsicons.presets.angular": false
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify-binding-decorators",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "An utility that allows developers to declare InversifyJS bindings using ES2016 decorators",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down Expand Up @@ -34,13 +34,13 @@
"gulp-mocha": "^3.0.0",
"gulp-tslint": "^7.0.0",
"gulp-typescript": "^3.0.0",
"inversify": "^3.0.0-rc.1",
"inversify": "^3.0.0",
"mocha": "^3.0.0",
"publish-please": "^2.1.4",
"reflect-metadata": "^0.1.3",
"run-sequence": "^1.2.0",
"sinon": "^1.17.4",
"tslint": "^4.0.1",
"tslint": "^4.4.2",
"typescript": "^2.1.1"
}
}
2 changes: 1 addition & 1 deletion test/utils/auto_wire.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("autoProvide", () => {
it("Should be able to auto-wire binding declarations", () => {

let container = new Container();
// Note @inject annotations are required autoProvide
// Note @inject annotations are required autoProvide
// even when using classes are used as identifiers
// See declaration of Warrior for more details
autoProvide(container, entites);
Expand Down

0 comments on commit d0d14f2

Please sign in to comment.