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 9533d14 commit 7afc898Copy full SHA for 7afc898
package.json
@@ -15,7 +15,7 @@
15
"url": "https://github.com/microsoft/node-jsonc-parser/issues"
16
},
17
"devDependencies": {
18
- "mocha": "^8.0.1",
+ "mocha": "^7.1.2",
19
"typescript": "^3.6.4",
20
"@types/node": "^10.12.12",
21
"@types/mocha": "^5.2.7",
@@ -27,7 +27,7 @@
27
"scripts": {
28
"prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
29
"postpublish": "node ./build/post-publish.js",
30
- "compile": "tsc -p ./src && && npm run lint",
+ "compile": "tsc -p ./src && npm run lint",
31
"compile-esm": "tsc -p ./src/tsconfig.esm.json",
32
"remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
33
"clean": "rimraf lib",
0 commit comments