Skip to content

Commit 6a395d4

Browse files
committed
bump true-case-path, adapt for new import syntax
1 parent 68c5055 commit 6a395d4

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

package-lock.json

+13-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"requirejs": "^2.3.6",
161161
"run-series": "^1.1.8",
162162
"through2": "^3.0.1",
163-
"true-case-path": "^1.0.3",
163+
"true-case-path": "^2.2.1",
164164
"watchify": "^3.11.1"
165165
}
166166
}

tasks/test_syntax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var glob = require('glob');
66
var madge = require('madge');
77
var readLastLines = require('read-last-lines');
88
var eslint = require('eslint');
9-
var trueCasePath = require('true-case-path');
9+
var trueCasePath = require('true-case-path').trueCasePathSync;
1010

1111
var common = require('./util/common');
1212
var isJasmineTestIt = common.isJasmineTestIt;

0 commit comments

Comments
 (0)