Skip to content

Commit 4c2e118

Browse files
committed
2.6.1
1 parent 476d3fd commit 4c2e118

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
## Next
3+
## 2.6.1
4+
*2023-07-24*
45
- Fixed file paths not resolving properly when analysing multiple folders ([#25](https://github.com/Nixinova/LinguistJS/issues/25)).
56

67
## 2.6.0

package-lock.json

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

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linguist-js",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Analyse languages used in a folder. Powered by GitHub Linguist, although it doesn't need to be installed.",
55
"main": "dist/index.js",
66
"bin": {
@@ -18,8 +18,7 @@
1818
},
1919
"files": [
2020
"bin/",
21-
"dist/**/*.js",
22-
"dist/*.d.ts",
21+
"dist/",
2322
"ext/"
2423
],
2524
"repository": {
@@ -42,7 +41,7 @@
4241
"binary-extensions": "^2.2.0",
4342
"commander": "^9.5.0 <10",
4443
"common-path-prefix": "^3.0.0",
45-
"cross-fetch": "^3.1.6",
44+
"cross-fetch": "^3.1.8 <4",
4645
"ignore": "^5.2.4",
4746
"isbinaryfile": "^4.0.10 <5",
4847
"js-yaml": "^4.1.0",

0 commit comments

Comments
 (0)