Skip to content

Commit e132c0f

Browse files
committed
1.0.3
1 parent 123fe53 commit e132c0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-dlogger",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A lightweight and efficient logging utility for JavaScript applications. This package provides multiple logging functions such as info(), dLog(), warn(), debug and error(), displaying logs in the console along with the filename for better debugging and traceability. Perfect for developers looking for a simple yet powerful logging solution.",
55
"main": "logger.ts",
66
"scripts": {
@@ -24,8 +24,8 @@
2424
"nextjs-logger"
2525
],
2626
"author": {
27-
"name" : "Deepak Kumar",
28-
"url" : "https://github.com/structlooper"
27+
"name": "Deepak Kumar",
28+
"url": "https://github.com/structlooper"
2929
},
3030
"license": "MIT",
3131
"bugs": {

0 commit comments

Comments
 (0)