Skip to content

Commit 983f6ff

Browse files
committed
Upgrade @go-task/go-npm to support pnpm
1 parent b3627fc commit 983f6ff

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Installation via npm now supports [pnpm](https://pnpm.io/) as well
6+
([go-task/go-npm#2](https://github.com/go-task/go-npm/issues/2), [go-task/go-npm#3](https://github.com/go-task/go-npm/pull/3)).
57
- It's now possible to run Taskfiles from subdirectories! A new `USER_WORKING_DIR` special
68
variable was added to add even more flexibility for monorepos
79
([#289](https://github.com/go-task/task/issues/289), [#920](https://github.com/go-task/task/pull/920)).

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
},
3030
"homepage": "https://taskfile.dev",
3131
"dependencies": {
32-
"@go-task/go-npm": "^0.1.16"
32+
"@go-task/go-npm": "^0.1.17"
3333
}
3434
}

0 commit comments

Comments
 (0)