Skip to content

Commit 7c29f91

Browse files
committed
Update package.json
1 parent 9e26d69 commit 7c29f91

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

lib/package.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Mayank Kumar Chaudhari (https://mayank-chaudhari.vercel.app)",
44
"private": false,
55
"version": "0.0.0",
6-
"description": "",
6+
"description": "Plugin for git-json-resolver that applies semver-based merge strategies (max, min, secure, override) to resolve version conflicts in package.json and similar files.",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",
99
"module": "./dist/index.mjs",
@@ -75,22 +75,20 @@
7575
}
7676
],
7777
"keywords": [
78-
"React",
79-
"React Loaders",
80-
"React 18",
81-
"React 19",
82-
"Next.js",
83-
"Next.js 14",
84-
"Next.js 15",
85-
"React server components",
86-
"Customizable",
87-
"Cutting-edge",
88-
"Compatibility",
89-
"Frontend development",
90-
"UI components",
91-
"Web development",
78+
"git",
79+
"merge",
80+
"conflict-resolver",
81+
"json",
82+
"semver",
83+
"package.json",
84+
"git-json-resolver",
85+
"merge-driver",
86+
"conflict",
9287
"Progressive",
9388
"Modern",
94-
"Seamless integration"
89+
"Seamless integration",
90+
"Developer Experience",
91+
"DX",
92+
"mayank1513"
9593
]
96-
}
94+
}

0 commit comments

Comments
 (0)