taskninja 1.1.0 → 1.1.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/app.js +1 -1
  2. package/package.json +12 -1
package/app.js CHANGED
@@ -10,7 +10,7 @@
10
10
  * - fs: For file system operations
11
11
  * Author: Mohamed Bakr
12
12
  * Date: January 2024
13
- * Version: 1.1.0
13
+ * Version: 1.1.1
14
14
  */
15
15
 
16
16
  // for using commands in terminal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskninja",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "a simple CLI application with JS as a (To-Do Application)",
5
5
  "main": "app.js",
6
6
  "type": "module",
@@ -14,6 +14,17 @@
14
14
  "taskninja": "./app.js",
15
15
  "tn": "./app.js"
16
16
  },
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/MoBMoCaffeine/taskninja--todo-CLI-app-.git"
20
+ },
21
+ "keywords": [
22
+ "cli",
23
+ "todo",
24
+ "task-manager",
25
+ "javascript",
26
+ "node"
27
+ ],
17
28
  "author": "Moahmed Bakr",
18
29
  "license": "ISC",
19
30
  "dependencies": {