januda-cli 1.0.0 → 1.0.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/index.js +10 -17
  2. package/package.json +7 -3
package/index.js CHANGED
@@ -1,26 +1,19 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  const info = `
4
- ████████████████████████████████
5
- JANUDA JANANDITH
6
- ████████████████████████████████
7
4
 
8
- 🚀 Software Engineer | IoT Developer
5
+ 💖 Special Message
6
+
7
+ Shani,
8
+ I Love You ❤️
9
9
 
10
- Skills
11
- Java
12
- • React.js
13
- • DevOps
14
- • IoT (ESP32)
10
+ You are the most beautiful
11
+ part of my life.
15
12
 
16
- Projects
17
- • Job4U MERN Job Portal
18
- • IoT Weather Monitoring System
19
- • Teacher Attendance System
13
+ you are always in my heart.
20
14
 
21
- Contact
22
- Email : janudakodi@gmail.com
23
- GitHub: github.com/januda
15
+ Forever Yours,
16
+ Januda
24
17
 
25
18
  ████████████████████████████████
26
19
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "januda-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Januda terminal portfolio",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -9,8 +9,12 @@
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
- "keywords": ["portfolio", "cli", "januda"],
12
+ "keywords": [
13
+ "portfolio",
14
+ "cli",
15
+ "januda"
16
+ ],
13
17
  "author": "Januda Janandith",
14
18
  "license": "ISC",
15
19
  "type": "commonjs"
16
- }
20
+ }