Skip to content

Commit 0f4f85a

Browse files
committed
bump version 4.2.5
1 parent c92fc59 commit 0f4f85a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "comment-json",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"description": "Parse and stringify JSON with comments. It will retain comments even after saved!",
5-
"main": "./src/index.js",
6-
"types": "./index.d.ts",
5+
"main": "src/index.js",
6+
"types": "index.d.ts",
77
"scripts": {
88
"test": "npm run test:only",
99
"test:only": "npm run test:ts && npm run test:node",
@@ -18,8 +18,8 @@
1818
"report:open": "open coverage/index.html"
1919
},
2020
"files": [
21-
"./src/",
22-
"./index.d.ts"
21+
"src/",
22+
"index.d.ts"
2323
],
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)