vtasks-automate-cli 0.4.1 → 0.4.2

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/init.js +1 -1
  2. package/package.json +1 -1
package/init.js CHANGED
@@ -141,7 +141,7 @@ node ./vTasks/index.js`;
141
141
  fs.writeFileSync(archivoConfig, configContent);
142
142
  fs.writeFileSync(postCommitFile, postCommitContent);
143
143
 
144
- if (fs.existsSync(archivoGitignore)) {
144
+ if (fs.existsSync(gitIgnoreContent)) {
145
145
  let gitIgnoreContent = fs.readFileSync(gitIgnoreFile, "utf-8");
146
146
 
147
147
  gitIgnoreContent += "\n\n";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtasks-automate-cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Automate your vTasks workflow with ease — move tasks between states without opening the app",
5
5
  "bin": {
6
6
  "vtasks-automate": "init.js"