Skip to content

Commit 1e857b2

Browse files
committed
Удалил папки .bin/
1 parent a15bae1 commit 1e857b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"scripts": {
5050
"test": "npm run-script eslint && npm run-script unit-test-coverage",
51-
"eslint": "./node_modules/.bin/eslint .",
52-
"unit-test": "./node_modules/.bin/mocha -u bdd -R spec --recursive test",
53-
"unit-test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -u bdd -R spec --recursive test"
51+
"eslint": "eslint .",
52+
"unit-test": "mocha -u bdd -R spec --recursive test",
53+
"unit-test-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -u bdd -R spec --recursive test"
5454
}
5555
}

0 commit comments

Comments
 (0)