Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
srqc committed Mar 22, 2023
1 parent bdf0b68 commit d681b10
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ registries:
url: https://npm.pkg.github.com
token: ${{secrets.DEPENDABOT_TOKEN}}
updates:
- package-ecosystem: npm
directory: "/"
registries:
- npm-github
- package-ecosystem: npm
directory: "/"
registries:
- npm-github
2 changes: 1 addition & 1 deletion language/syntaxes/expressions.tmGrammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@
"match": "\\bnull\\b"
}
}
}
}
2 changes: 1 addition & 1 deletion language/syntaxes/yaml.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,4 +618,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,4 +555,4 @@
"uuid": "^3.3.3",
"vscode-languageclient": "^8.0.2"
}
}
}
2 changes: 1 addition & 1 deletion script/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"./actions-languageservices/languageserver",
"./vscode-github-actions"
]
}
}

0 comments on commit d681b10

Please sign in to comment.