Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 46b9a16

Browse files
committed
Rename pint.js -> Pintfile.js because windows
1 parent ba57d8c commit 46b9a16

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Pint.js Pintfile.js

File renamed without changes.

lib/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var getPathRelativeToTarget = function (newPath) {
1111
};
1212

1313
var getGlobalConfig = function () {
14-
var config = require(getPathRelativeToTarget('Pint.js')).config;
14+
var config = require(getPathRelativeToTarget('Pintfile.js')).config;
1515
return config || {};
1616
};
1717

0 commit comments

Comments
 (0)