Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 65915ba

Browse files
authored
Merge pull request #1411 from AtomLinter/remove-deps
chore: remove the dependencies that are already in the CI
2 parents bce1823 + b2ee98b commit 65915ba

File tree

2 files changed

+47
-2699
lines changed

2 files changed

+47
-2699
lines changed

package.json

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,10 @@
180180
"user-home": "2.0.0"
181181
},
182182
"devDependencies": {
183-
"@commitlint/cli": "8.3.5",
184-
"@commitlint/config-conventional": "8.3.4",
185-
"@commitlint/travis-cli": "8.3.5",
186-
"@semantic-release/apm-config": "8.0.0",
187183
"eslint-config-airbnb-base": "13.2.0",
188184
"eslint-plugin-import": "2.20.1",
189-
"husky": "4.2.3",
190185
"jasmine-fix": "1.3.1",
191-
"rimraf": "3.0.2",
192-
"semantic-release": "17.0.4"
186+
"rimraf": "3.0.2"
193187
},
194188
"package-deps": [
195189
"linter:2.0.0"
@@ -271,23 +265,5 @@
271265
]
272266
}
273267
}
274-
],
275-
"renovate": {
276-
"extends": [
277-
"config:base"
278-
]
279-
},
280-
"release": {
281-
"extends": "@semantic-release/apm-config"
282-
},
283-
"commitlint": {
284-
"extends": [
285-
"@commitlint/config-conventional"
286-
]
287-
},
288-
"husky": {
289-
"hooks": {
290-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
291-
}
292-
}
268+
]
293269
}

0 commit comments

Comments
 (0)