From 0f4f85a325222fc2ee42a9f35acf174deb27b74f Mon Sep 17 00:00:00 2001 From: Kael Zhang Date: Sun, 11 Aug 2024 21:01:00 +0800 Subject: [PATCH] bump version 4.2.5 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 26b2ffb..57a26f0 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "comment-json", - "version": "4.2.4", + "version": "4.2.5", "description": "Parse and stringify JSON with comments. It will retain comments even after saved!", - "main": "./src/index.js", - "types": "./index.d.ts", + "main": "src/index.js", + "types": "index.d.ts", "scripts": { "test": "npm run test:only", "test:only": "npm run test:ts && npm run test:node", @@ -18,8 +18,8 @@ "report:open": "open coverage/index.html" }, "files": [ - "./src/", - "./index.d.ts" + "src/", + "index.d.ts" ], "repository": { "type": "git",