We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a548e9e commit dd9d1e4Copy full SHA for dd9d1e4
package.json
@@ -49,7 +49,6 @@
49
"devDependencies": {
50
"@commitlint/cli": "^7.5.2",
51
"@commitlint/config-conventional": "^7.5.0",
52
- "@sourcegraph/extension-api-types": "^2.0.0",
53
"@sourcegraph/prettierrc": "^2.2.0",
54
"@sourcegraph/tsconfig": "^4.0.0",
55
"@sourcegraph/tslint-config": "^13.1.0",
@@ -68,5 +67,8 @@
68
67
"hooks": {
69
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
70
}
+ },
71
+ "dependencies": {
72
+ "@sourcegraph/extension-api-types": "^2.0.0"
73
74
0 commit comments