Skip to content

Commit bdf7074

Browse files
committed
Remove typescript limitation
1 parent ecb54e4 commit bdf7074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"clean": "rimraf dist coverage",
3030
"lint": "lockfile-lint && eslint -f checklist .",
3131
"lint:fix": "prettier --write \"**/*\" & eslint -f checklist --fix .",
32-
"ncu": "ncu --target patch typescript && ncu -x typescript",
3332
"prepublishOnly": "npm run build",
3433
"security:eslint": "eslint -f @microsoft/eslint-formatter-sarif -o eslint-results.sarif .",
3534
"test": "npm run clean && jest",

0 commit comments

Comments
 (0)