Skip to content

Commit 62e07ee

Browse files
committed
Updated package.json.
1 parent 572f524 commit 62e07ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
directories:
66
- "node_modules"
77
install:
8-
- npm install -g typescript
8+
- npm install -g typescript codecov
99
- npm install
1010
- npm run upload-coverage

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tsc": "tsc --watch",
1515
"test": "tsc && jest",
1616
"upload-coverage": "codecov -t $CODECOV_TOKEN",
17-
"publish" : "npm run build && npm publish"
17+
"publish": "npm run build && npm publish"
1818
},
1919
"devDependencies": {
2020
"@types/jest": "23.3.1",
@@ -24,6 +24,7 @@
2424
"typescript": "2.9.2",
2525
"chai": "4.1.2",
2626
"vue": "2.5.16",
27-
"es6-object-assign": "1.1.0"
27+
"es6-object-assign": "1.1.0",
28+
"codecov": "3.0.4"
2829
}
2930
}

0 commit comments

Comments
 (0)