taskin 1.0.2 → 1.0.3
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.
- package/README.md +2 -2
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ pnpm add -g taskin
|
|
|
38
38
|
yarn global add taskin
|
|
39
39
|
\`\`\`
|
|
40
40
|
|
|
41
|
-
> **Note:** This is a beta version. Please report any issues on [GitHub](https://github.com/
|
|
41
|
+
> **Note:** This is a beta version. Please report any issues on [GitHub](https://github.com/sidartaveloso/taskin/issues).
|
|
42
42
|
|
|
43
43
|
## 📦 Available Packages
|
|
44
44
|
|
|
@@ -180,7 +180,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
180
180
|
|
|
181
181
|
## 🐛 Issues
|
|
182
182
|
|
|
183
|
-
Found a bug? Have a feature request? Please [open an issue](https://github.com/
|
|
183
|
+
Found a bug? Have a feature request? Please [open an issue](https://github.com/sidartaveloso/taskin/issues).
|
|
184
184
|
|
|
185
185
|
## � Team
|
|
186
186
|
|
package/dist/index.js
CHANGED
|
@@ -532,7 +532,7 @@ async function initializeTaskin(options) {
|
|
|
532
532
|
}
|
|
533
533
|
const providerConfig = await setupProviderConfig(selectedProvider, cwd);
|
|
534
534
|
const config = {
|
|
535
|
-
version: "
|
|
535
|
+
version: "1.0.3",
|
|
536
536
|
provider: {
|
|
537
537
|
type: selectedProvider.id,
|
|
538
538
|
config: providerConfig
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taskin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Task management system integrated with Git workflows",
|
|
5
5
|
"motivation": "Provide a CLI tool for task management integrated with Git workflows",
|
|
6
6
|
"solve": "Simplifies task tracking and management directly from the command line",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
],
|
|
22
22
|
"homepage": "https://opentask.com.br",
|
|
23
23
|
"bugs": {
|
|
24
|
-
"url": "https://github.com/
|
|
24
|
+
"url": "https://github.com/sidartaveloso/taskin/issues"
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "git+https://github.com/
|
|
28
|
+
"url": "git+https://github.com/sidartaveloso/taskin.git",
|
|
29
29
|
"directory": "packages/cli"
|
|
30
30
|
},
|
|
31
31
|
"license": "MIT",
|