Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
denvned committed Oct 19, 2015
1 parent f135863 commit 9b8ea2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-typescript",
"version": "0.5.5",
"version": "0.5.6",
"author": "Denis Nedelyaev",
"license": "MIT",
"description": "Lightweight, cleanly designed TypeScript Loader for webpack.",
Expand All @@ -22,6 +22,9 @@
"url": "https://github.com/denvned/webpack-typescript.git"
},
"main": "lib/index.js",
"dependencies": {
"loader-utils": "^0.2.11"
},
"peerDependencies": {
"typescript": "^1.5.3 || >1.7.0-dev || >1.8.0-dev"
},
Expand Down
2 changes: 1 addition & 1 deletion src/LanguageServiceHost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class LanguageServiceHost implements ts.LanguageServiceHost {
return this.request.newLine;
}

/* HACK: resolveSync of Webpack throws errors most of the time
/* HACK: we can't call async resolve, and resolveSync works only with enhanced-require, not with webpack
@tracedMethod()
resolveModuleNames(moduleNames: string[], containingFile: string) {
const dir = path.dirname(containingFile);
Expand Down

0 comments on commit 9b8ea2f

Please sign in to comment.