Skip to content

Commit ae4dd5e

Browse files
committed
Merge pull request #11 from power-assert-js/update-ts
chore(deps): update internal typescript to v1.8.0
2 parents 40829ca + 9fc00f7 commit ae4dd5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guess.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (packageData &&
1414
pattern = testDir + ((testDir.lastIndexOf('/', 0) === 0) ? '' : '/') + '**/*.ts';
1515
}
1616

17-
var tsconfigPath = ts.findConfigFile(cwd);
17+
var tsconfigPath = ts.findConfigFile(cwd, fs.existsSync);
1818
var tsconfigBasepath = null;
1919
var compilerOptions = null;
2020
if (tsconfigPath) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"espower-source": "^1.1.0",
3030
"minimatch": "^3.0.0",
31-
"typescript": "1.8.0-dev.20151106",
31+
"typescript": "~1.8.0",
3232
"typescript-simple": "^4.0.0"
3333
}
3434
}

0 commit comments

Comments
 (0)