Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Sep 11, 2016
1 parent 7962714 commit e6881b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
Some utilities for the development of express applications with Inversify.

## Installation
The package is available on npm:
You can install `inversify-express-utils` using npm:

```
$ npm install --save inversify-express-utils
$ npm install inversify inversify-express-utils reflect-metadata --save
```

The type definitions are available in the inversify-dts npm package. Please refer to the inversify docs to learn more about the installation process.
The `inversify-express-utils` type definitions are included in the npm module and require TypeScript 2.0.
Please refer to the [InversifyJS documentation](https://github.com/inversify/InversifyJS#installation) to learn more about the installation process.

## The Basics

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"gulp-mocha": "^3.0.0",
"gulp-tslint": "^6.0.2",
"gulp-typescript": "^2.13.4",
"inversify": "^2.0.0-rc.14",
"inversify": "^2.0.0",
"mocha": "^3.0.1",
"publish-please": "^2.1.4",
"reflect-metadata": "^0.1.3",
Expand Down

0 comments on commit e6881b6

Please sign in to comment.