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

Commit be7ed67

Browse files
chore: update dependencies (#229)
1 parent b5f9647 commit be7ed67

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.travis.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ node_js:
77
- 12
88
- node
99
install: npm install
10-
script: npm run validate
11-
after_success: kcd-scripts travis-after-success
10+
script:
11+
- npm run validate
12+
- npx codecov@3
1213
branches:
1314
only:
1415
- master
16+
- next
17+
18+
jobs:
19+
include:
20+
- stage: release
21+
node_js: 12
22+
script: kcd-scripts travis-release

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"environment variable",
3434
"windows"
3535
],
36-
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
36+
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
3737
"license": "MIT",
3838
"dependencies": {
3939
"cross-spawn": "^7.0.1"
4040
},
4141
"devDependencies": {
42-
"kcd-scripts": "^4.1.0"
42+
"kcd-scripts": "^5.2.0"
4343
},
4444
"eslintConfig": {
4545
"extends": "./node_modules/kcd-scripts/eslint.js"

0 commit comments

Comments
 (0)