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 6e774bb commit a4b8eb1Copy full SHA for a4b8eb1
package.json
@@ -2,7 +2,8 @@
2
"name": "comment-json",
3
"version": "4.2.4",
4
"description": "Parse and stringify JSON with comments. It will retain comments even after saved!",
5
- "main": "src/index.js",
+ "main": "./src/index.js",
6
+ "types": "./index.d.ts",
7
"scripts": {
8
"test": "npm run test:only",
9
"test:only": "npm run test:ts && npm run test:node",
@@ -17,8 +18,8 @@
17
18
"report:open": "open coverage/index.html"
19
},
20
"files": [
- "src/",
21
- "index.d.ts"
+ "./src/",
22
+ "./index.d.ts"
23
],
24
"repository": {
25
"type": "git",
0 commit comments