Update package names

This commit is contained in:
Christopher Schleiden
2023-03-23 09:56:36 -07:00
committed by Christopher Schleiden
parent a4ce40af4d
commit 0ddee77479
6 changed files with 105 additions and 892 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageservice",
"version": "0.1.181",
"name": "@actions/languageservice",
"version": "0.1.152",
"description": "Language service for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -41,8 +41,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-expressions": "^0.1.181",
"@github/actions-workflow-parser": "^0.1.181",
"@actions/expressions": "^0.1.152",
"@actions/workflow-parser": "^0.1.152",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"vscode-uri": "^3.0.7",