Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 5b90376

Browse files
author
Ruben Schmidmeister
committed
Use npm to install global dependencies
1 parent a9f4b5d commit 5b90376

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44

55
install:
66
- yarn install
7-
- yarn add --global codecov istanbul
7+
- npm install --global codecov istanbul
88

99
script:
1010
- yarn standard index.js

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"devDependencies": {
2323
"mocha": "^6.2.2",
2424
"standard": "^14.3.1"
25+
},
26+
"dependencies": {
27+
"istanbul": "^0.4.5"
2528
}
2629
}

0 commit comments

Comments
 (0)