devnithin 1.0.0 → 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.
Files changed (2) hide show
  1. package/index.js +4 -4
  2. package/package.json +4 -1
package/index.js CHANGED
@@ -6,11 +6,11 @@ import boxen from "boxen";
6
6
  const data = {
7
7
  name: "KS Nithin",
8
8
  role: "Full Stack Developer | Backend | AI-curious",
9
- github: "https://github.com/ks-nithin",
10
- linkedin: "https://linkedin.com/in/ks-nithin",
11
- portfolio: "https://ks-nithin.vercel.app",
9
+ github: "https://github.com/Nithin0620",
10
+ linkedin: "https://linkedin.com/in/k-s-nithin",
11
+ portfolio: "https://devnithin.xyz",
12
12
  tech: "C++, JavaScript, React, Node.js, MongoDB",
13
- card: "npx ks_nithin"
13
+ card: "npx devnithin"
14
14
  };
15
15
 
16
16
  const content = `
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "devnithin",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "This is a package that describes nithin work and his portfolio ",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
+ "bin": {
8
+ "devnithin": "index.js"
9
+ },
7
10
  "scripts": {
8
11
  "test": "echo \"Error: no test specified\" && exit 1"
9
12
  },