We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92fc59 commit 0f4f85aCopy full SHA for 0f4f85a
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "comment-json",
3
- "version": "4.2.4",
+ "version": "4.2.5",
4
"description": "Parse and stringify JSON with comments. It will retain comments even after saved!",
5
- "main": "./src/index.js",
6
- "types": "./index.d.ts",
+ "main": "src/index.js",
+ "types": "index.d.ts",
7
"scripts": {
8
"test": "npm run test:only",
9
"test:only": "npm run test:ts && npm run test:node",
@@ -18,8 +18,8 @@
18
"report:open": "open coverage/index.html"
19
},
20
"files": [
21
- "./src/",
22
- "./index.d.ts"
+ "src/",
+ "index.d.ts"
23
],
24
"repository": {
25
"type": "git",
0 commit comments