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

Commit

Permalink
chore: update dependencies (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Mar 3, 2020
1 parent b5f9647 commit be7ed67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,16 @@ node_js:
- 12
- node
install: npm install
script: npm run validate
after_success: kcd-scripts travis-after-success
script:
- npm run validate
- npx codecov@3
branches:
only:
- master
- next

jobs:
include:
- stage: release
node_js: 12
script: kcd-scripts travis-release
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,13 +33,13 @@
"environment variable",
"windows"
],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.1"
},
"devDependencies": {
"kcd-scripts": "^4.1.0"
"kcd-scripts": "^5.2.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
Expand Down

0 comments on commit be7ed67

Please sign in to comment.