Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Jul 23, 2023
1 parent 476d3fd commit 4c2e118
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

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

## 2.6.0
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linguist-js",
"version": "2.6.0",
"version": "2.6.1",
"description": "Analyse languages used in a folder. Powered by GitHub Linguist, although it doesn't need to be installed.",
"main": "dist/index.js",
"bin": {
Expand All @@ -18,8 +18,7 @@
},
"files": [
"bin/",
"dist/**/*.js",
"dist/*.d.ts",
"dist/",
"ext/"
],
"repository": {
Expand All @@ -42,7 +41,7 @@
"binary-extensions": "^2.2.0",
"commander": "^9.5.0 <10",
"common-path-prefix": "^3.0.0",
"cross-fetch": "^3.1.6",
"cross-fetch": "^3.1.8 <4",
"ignore": "^5.2.4",
"isbinaryfile": "^4.0.10 <5",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit 4c2e118

Please sign in to comment.