Skip to content

Commit ee604b6

Browse files
đź’ˇ (package.json): update package name and version to follow npm guidelines for lowercase and semantic versioning
♻️ (package.json): refactor package.json structure to improve readability and maintainability
1 parent cf491a5 commit ee604b6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Practice Exams Platform",
3-
"version": "1.1.0",
2+
"name": "practice-exams-platform",
3+
"version": "1.1.1",
44
"private": true,
55
"engines": {
66
"node": "20.x"

0 commit comments

Comments
 (0)