Skip to content

Commit 0651272

Browse files
author
Alexander Ryzhikov
committed
chore
1 parent df0fceb commit 0651272

File tree

2 files changed

+81
-97
lines changed

2 files changed

+81
-97
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"audit": "nsp check package",
2525
"build": "babel -d ./ ./src",
26-
"check": "npm run audit && npm outdated --depth 0",
26+
"check": "npm run audit",
2727
"coverage": "nyc --reporter=lcov --reporter=text --reporter=html npm test",
2828
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
2929
"lint": "eslint src test",

0 commit comments

Comments
 (0)