Skip to content

Commit

Permalink
npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Mar 18, 2016
1 parent 498ac50 commit 94380f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ var ninja = kernel.get(TYPES.Ninja);
return ninja;
```

### Features (v2.0.0 alpha.3)
### Features (v2.0.0-alpha.6)
Let's take a look to the InversifyJS features!

#### Declaring kernel modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "A lightweight IoC container written in TypeScript.",
"main": "dist/inversify.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion type_definitions/inversify/inversify.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for inversify 2.0.0-alpha.5
// Type definitions for inversify 2.0.0-alpha.6
// Project: https://github.com/inversify/InversifyJS
// Definitions by: inversify <https://github.com/inversify>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
Expand Down

0 comments on commit 94380f2

Please sign in to comment.