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

Commit

Permalink
Bump true-case-path@^2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Nov 7, 2019
1 parent 0031af2 commit 6fdfdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var eol = require('os').EOL,
mkdir = require('mkdirp'),
path = require('path'),
defaultBinaryDir = path.join(__dirname, '..', 'vendor'),
trueCasePathSync = require('true-case-path');
trueCasePathSync = require('true-case-path').trueCasePathSync;

/**
* Get the human readable name of the Platform that is running
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"request": "^2.88.0",
"sass-graph": "^3.0.4",
"stdout-stream": "^1.4.1",
"true-case-path": "^1.0.2"
"true-case-path": "^2.2.1"
},
"devDependencies": {
"coveralls": "^3.0.7",
Expand Down

0 comments on commit 6fdfdc6

Please sign in to comment.