Skip to content

Commit dd9d1e4

Browse files
committed
fix: add missing dependency
1 parent a548e9e commit dd9d1e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "^7.5.2",
5151
"@commitlint/config-conventional": "^7.5.0",
52-
"@sourcegraph/extension-api-types": "^2.0.0",
5352
"@sourcegraph/prettierrc": "^2.2.0",
5453
"@sourcegraph/tsconfig": "^4.0.0",
5554
"@sourcegraph/tslint-config": "^13.1.0",
@@ -68,5 +67,8 @@
6867
"hooks": {
6968
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
7069
}
70+
},
71+
"dependencies": {
72+
"@sourcegraph/extension-api-types": "^2.0.0"
7173
}
7274
}

0 commit comments

Comments
 (0)