Skip to content

Commit 25ce448

Browse files
committed
2.0.0
1 parent e81e2c9 commit 25ce448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An utility that allows developers to declare [InversifyJS](http://inversify.io/)
2020
You can install `inversify-binding-decorators` using npm:
2121

2222
```
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
2424
```
2525

2626
The `inversify-binding-decorators` type definitions are included in the npm module and require TypeScript 2.0.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"gulp-mocha": "^3.0.0",
3535
"gulp-tslint": "^6.0.2",
3636
"gulp-typescript": "^2.13.4",
37-
"inversify": "^2.0.0-rc.14",
37+
"inversify": "^2.0.0",
3838
"mocha": "^3.0.0",
3939
"publish-please": "^2.1.4",
4040
"reflect-metadata": "^0.1.3",

0 commit comments

Comments
 (0)