Skip to content

Commit a745106

Browse files
committed
fix: use actual version of the package
Also uses the actual typings
1 parent f004333 commit a745106

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

package-lock.json

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@
2828
"dependencies": {
2929
"@actions/core": "^1.2.6",
3030
"axios": "^0.20.0",
31-
"github-label-sync": "github:EndBug/github-label-sync#typings-usable",
31+
"github-label-sync": "^2.0.0",
3232
"pretty-error": "^2.1.1",
3333
"yamljs": "^0.3.0"
3434
},
3535
"devDependencies": {
36+
"@types/github-label-sync": "^2.0.0",
3637
"@types/node": "^14.11.5",
3738
"@types/yamljs": "^0.2.31",
3839
"@typescript-eslint/eslint-plugin": "^4.4.0",

0 commit comments

Comments
 (0)