Skip to content

Commit c7cfe37

Browse files
authored
chore: remove unused configs (#991)
* chore: remove no longer used travis config * chore: remove lodash resolution to have environment as users * chore(commitlint-config-patternplate): move utils to devDependencies * chore(read): remove no longer used babel config * chore: remove redundant workspaces-experimental yarn flag * Revert "chore: remove lodash resolution to have environment as users" This reverts commit b9264e4.
1 parent 0404c7d commit c7cfe37

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

Diff for: .travis.yml

-6
This file was deleted.

Diff for: .yarnrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
workspaces-experimental "true"
21
registry "https://registry.npmjs.org/"
32
--install.ignore-engines true

Diff for: @alias/commitlint-config-patternplate/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"node": ">=8"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-patternplate": "^8.3.4",
32+
"@commitlint/config-patternplate": "^8.3.4"
33+
},
34+
"devDependencies": {
3335
"@commitlint/utils": "^8.3.4"
3436
}
3537
}

Diff for: @commitlint/read/package.json

-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"deps": "dep-check",
1212
"pkg": "pkg-check --skip-import"
1313
},
14-
"babel": {
15-
"presets": [
16-
"babel-preset-commitlint"
17-
],
18-
"ignore": [
19-
"**/*.test.js"
20-
]
21-
},
2214
"engines": {
2315
"node": ">=8"
2416
},

0 commit comments

Comments
 (0)