Skip to content

Commit e7ed988

Browse files
committed
chore: remove trevor
1 parent e99cb04 commit e7ed988

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"publish": "npx lerna publish --conventional-commits",
1616
"reinstall": "npm run clean && npm install",
1717
"start": "npx lerna run start --stream --parallel --include-filtered-dependencies",
18-
"test": "npx cross-env AVA_VERBOSE=--verbose npx lerna run test --stream --parallel --include-filtered-dependencies",
19-
"travis": "npx trevor"
18+
"test": "npx cross-env AVA_VERBOSE=--verbose npx lerna run test --stream --parallel --include-filtered-dependencies"
2019
},
2120
"lint-staged": {
2221
"*.js": [
@@ -79,7 +78,6 @@
7978
"lint-staged": "^4.0.1",
8079
"npx": "^9.6.0",
8180
"prettier": "^1.5.2",
82-
"trevor": "^2.3.0",
8381
"xo": "^0.18.2",
8482
"yarn": "^1.2.1"
8583
}

0 commit comments

Comments
 (0)