Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 516ca36

Browse files
committed
Bump true-case-path@^2.2.1
1 parent b54e0d7 commit 516ca36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/extensions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var eol = require('os').EOL,
88
mkdir = require('mkdirp'),
99
path = require('path'),
1010
defaultBinaryDir = path.join(__dirname, '..', 'vendor'),
11-
trueCasePathSync = require('true-case-path');
11+
trueCasePathSync = require('true-case-path').trueCasePathSync;
1212

1313
/**
1414
* Get the human readable name of the Platform that is running

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"request": "^2.88.0",
6969
"sass-graph": "^3.0.4",
7070
"stdout-stream": "^1.4.1",
71-
"true-case-path": "^1.0.2"
71+
"true-case-path": "^2.2.1"
7272
},
7373
"devDependencies": {
7474
"coveralls": "^3.0.7",

0 commit comments

Comments
 (0)