mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove nyc dependency (#15072)
GitOrigin-RevId: 11039c125ee4eb22f448e39031b37c65fc6658f3
This commit is contained in:
parent
c14359df74
commit
947f3c8921
2 changed files with 0 additions and 1050 deletions
|
@ -25,7 +25,6 @@
|
|||
"lint:fix": "eslint --fix .",
|
||||
"prepublishOnly": "npm run --silent declaration:build && npm run --silent declaration:check",
|
||||
"test": "mocha",
|
||||
"test:coverage": "nyc --reporter=lcov --reporter=text-summary npm run test",
|
||||
"typecheck": "tsc --allowJs --checkJs --noEmit --skipLibCheck --moduleResolution node --strict --target ES6 *.cjs test/**/*.js",
|
||||
"update-readme": "doc/update-readme.js",
|
||||
"format": "prettier --list-different $PWD/'**/*.js'",
|
||||
|
@ -40,7 +39,6 @@
|
|||
"@types/node": "^18.17.4",
|
||||
"chai": "^4.3.6",
|
||||
"mocha": "^10.2.0",
|
||||
"nyc": "^15.1.0",
|
||||
"typescript": "^5.0.4"
|
||||
}
|
||||
}
|
||||
|
|
1048
package-lock.json
generated
1048
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue