Skip to content

Commit

Permalink
Fixed path issue (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen authored Nov 11, 2017
1 parent ecf6ed3 commit 0cce065
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1",
"version": "4.2.2",
"description": "Some utilities for the development of express applications with Inversify",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/base_http_controller.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { httpContext } from "../src/decorators";
import { interfaces } from "../src/interfaces";
import { injectable } from "inversify";
import { httpContext } from "./decorators";
import { interfaces } from "./interfaces";

@injectable()
export class BaseHttpController {
Expand Down

0 comments on commit 0cce065

Please sign in to comment.