@go-task/cli 3.18.0 → 3.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,3 +13,15 @@
13
13
  <a href="https://taskfile.dev/installation/">Installation</a> | <a href="https://taskfile.dev/usage/">Documentation</a> | <a href="https://twitter.com/taskfiledev">Twitter</a> | <a href="https://discord.gg/6TY36E39UK">Discord</a>
14
14
  </p>
15
15
  </div>
16
+
17
+ ## Gold Sponsors
18
+
19
+ <div align="center">
20
+
21
+ | [Appwrite][appwrite] |
22
+ | - |
23
+ | [![Appwrite](/docs/static/img/appwrite.svg)][appwrite] |
24
+
25
+ </div>
26
+
27
+ [appwrite]: https://appwrite.io/?utm_source=task_github&utm_medium=social&utm_campaign=task_oss_fund
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-task/cli",
3
- "version": "3.18.0",
3
+ "version": "3.19.1",
4
4
  "description": "A task runner / simpler Make alternative written in Go",
5
5
  "scripts": {
6
6
  "postinstall": "go-npm install",
@@ -29,6 +29,6 @@
29
29
  },
30
30
  "homepage": "https://taskfile.dev",
31
31
  "dependencies": {
32
- "@go-task/go-npm": "^0.1.15"
32
+ "@go-task/go-npm": "^0.1.17"
33
33
  }
34
34
  }