Skip to content

Commit

Permalink
bump version 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Aug 11, 2024
1 parent c92fc59 commit 0f4f85a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -18,8 +18,8 @@
"report:open": "open coverage/index.html"
},
"files": [
"./src/",
"./index.d.ts"
"src/",
"index.d.ts"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 0f4f85a

Please sign in to comment.