Skip to content

Commit cedef17

Browse files
committed
Removed location variable and adjusted outputs
to only include filenames, excluding .pom files.
1 parent 5989f9a commit cedef17

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dist/index.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/buildinfo.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ function readBuildInfoFile(filePath) {
1111
debug(`readBuildInfo(${filePath})`);
1212

1313
const encoding = getFileEncoding();
14-
15-
const location = dirname(filePath);
1614
const content = readFileSync(filePath, encoding);
1715
const lines = content.split(/\n|\r\n/);
1816

0 commit comments

Comments
 (0)