We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edae141 commit 7e59279Copy full SHA for 7e59279
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@twind/typescript-plugin",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"description": "TypeScript language service plugin that adds IntelliSense for twind",
5
"//": "mark as private to prevent accidental publish - use 'yarn release'",
6
"private": true,
@@ -87,12 +87,12 @@
87
"devDependencies": {
88
"@typescript-eslint/eslint-plugin": "^4.9.1",
89
"@typescript-eslint/parser": "^4.9.1",
90
- "execa": "^5.0.0",
91
- "prettier": "^2.0.5",
92
"esbuild": "^0.8.23",
93
"eslint": "^7.15.0",
94
"eslint-config-prettier": "^7.0.0",
95
- "eslint-plugin-prettier": "^3.2.0"
+ "eslint-plugin-prettier": "^3.2.0",
+ "execa": "^5.0.0",
+ "prettier": "^2.0.5"
96
},
97
"publishConfig": {
98
"access": "public",
0 commit comments