Skip to content

Commit 45c422b

Browse files
authored
Merge pull request #55 from vunguyentuan/update-release-packages
chore: update release packages
2 parents 255a208 + 9247888 commit 45c422b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.changeset/swift-dots-approve.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
"css-variables-language-server": patch
3+
"vscode-css-variables": patch
34
---
45

56
Ignore .next & .cache folders, reorder alphabetically

package-lock.json

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

packages/css-variables-language-server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/vunguyentuan/vscode-css-variables.git"
1010
},
11+
"main": "dist/index.js",
1112
"dependencies": {
1213
"axios": "^0.27.2",
1314
"culori": "0.20.1",

packages/vscode-css-variables/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
"eslint": "^8.23.0",
133133
"eslint-config-airbnb-typescript": "^17.0.0",
134134
"@typescript-eslint/eslint-plugin": "^5.35.1",
135-
"@typescript-eslint/parser": "^5.35.1"
135+
"@typescript-eslint/parser": "^5.35.1",
136+
"css-variables-language-server": "*"
136137
},
137138
"__metadata": {
138139
"id": "3f96fda8-094b-4817-97fb-a7eab7a8f5e0",

0 commit comments

Comments
 (0)