Skip to content

Commit

Permalink
fix: fixed travis and unlocked xo/eslint versions in template
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 15, 2020
1 parent 5b65228 commit 4dd3725
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 197 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ language: node_js
node_js:
- 10
- 12
- 14
- 'lts/*'
- 'node'
script:
- npm run test-coverage
after_success:
- npm run coverage
- npm run coverage
6 changes: 1 addition & 5 deletions template/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
language: node_js
node_js:
- 10
- 12
- 14
- 'lts/*'
- 'node'
script:
- npm run test-coverage
after_success:
- npm run coverage
- npm run coverage
4 changes: 2 additions & 2 deletions template/package
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"ava": "latest",
"codecov": "latest",
"cross-env": "latest",
"eslint": "6.x",
"eslint": "latest",
"fixpack": "latest",
"husky": "latest",
"lint-staged": "latest",
"nyc": "latest",
"remark-cli": "latest",
"remark-preset-github": "latest",
"eslint-config-xo-lass": "latest",
"xo": "0.25"
"xo": "latest"
},
"xo": {
"prettier": true,
Expand Down
Loading

0 comments on commit 4dd3725

Please sign in to comment.