Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 08ca881

Browse files
author
Ed Moore
committedJul 9, 2018
v3.0.4
1 parent 012ef08 commit 08ca881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Uploading report to Codecov: https://codecov.io",
55
"main": "index.js",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"istanbul": "^0.4.5",
3838
"lint-staged": "^7.2.0",
3939
"mocha": "^5.2.0",
40-
"prettier": "1.13.7"
40+
"prettier": "^1.13.7"
4141
},
4242
"lint-staged": {
4343
"**/*.js": ["prettier --write --parser=babylon", "git add"],

0 commit comments

Comments
 (0)
This repository has been archived.