File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ An utility that allows developers to declare [InversifyJS](http://inversify.io/)
20
20
You can install ` inversify-binding-decorators ` using npm:
21
21
22
22
```
23
- $ npm install inversify@2.0.0-rc.14 inversify-binding-decorators reflect-metadata --save
23
+ $ npm install inversify inversify-binding-decorators reflect-metadata --save
24
24
```
25
25
26
26
The ` inversify-binding-decorators ` type definitions are included in the npm module and require TypeScript 2.0.
Original file line number Diff line number Diff line change 34
34
"gulp-mocha" : " ^3.0.0" ,
35
35
"gulp-tslint" : " ^6.0.2" ,
36
36
"gulp-typescript" : " ^2.13.4" ,
37
- "inversify" : " ^2.0.0-rc.14 " ,
37
+ "inversify" : " ^2.0.0" ,
38
38
"mocha" : " ^3.0.0" ,
39
39
"publish-please" : " ^2.1.4" ,
40
40
"reflect-metadata" : " ^0.1.3" ,
You can’t perform that action at this time.
0 commit comments