Skip to content

Commit

Permalink
chore: remove unused configs (#991)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
armano2 committed Feb 11, 2020
1 parent 0404c7d commit c7cfe37
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion .yarnrc
@@ -1,3 +1,2 @@
workspaces-experimental "true"
registry "https://registry.npmjs.org/"
--install.ignore-engines true
4 changes: 3 additions & 1 deletion @alias/commitlint-config-patternplate/package.json
Expand Up @@ -29,7 +29,9 @@
"node": ">=8"
},
"dependencies": {
"@commitlint/config-patternplate": "^8.3.4",
"@commitlint/config-patternplate": "^8.3.4"
},
"devDependencies": {
"@commitlint/utils": "^8.3.4"
}
}
8 changes: 0 additions & 8 deletions @commitlint/read/package.json
Expand Up @@ -11,14 +11,6 @@
"deps": "dep-check",
"pkg": "pkg-check --skip-import"
},
"babel": {
"presets": [
"babel-preset-commitlint"
],
"ignore": [
"**/*.test.js"
]
},
"engines": {
"node": ">=8"
},
Expand Down

0 comments on commit c7cfe37

Please sign in to comment.