Skip to content

Commit

Permalink
Fixed import issue (#73)
Browse files Browse the repository at this point in the history
* Fixed import issue

* Preparing release
  • Loading branch information
remojansen authored Nov 11, 2017
1 parent 355fae5 commit ecf6ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify-express-utils",
"version": "4.2.0",
"version": "4.2.1",
"description": "Some utilities for the development of express applications with Inversify",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down
3 changes: 1 addition & 2 deletions src/decorators.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import * as express from "express";
import { interfaces } from "./interfaces";
import { METADATA_KEY, PARAMETER_TYPE } from "./constants";
import { TYPE, METADATA_KEY, PARAMETER_TYPE } from "./constants";
import { inject } from "inversify";
import { TYPE } from "../src/constants";

export const httpContext = inject(TYPE.HttpContext);

Expand Down

0 comments on commit ecf6ed3

Please sign in to comment.