Add missing package metadata (#526)

* Add missing package metadata

* Remove `tailwindcss-language-service` metadata

Co-authored-by: Brad Cornes <hello@bradley.dev>
master
Remco Haszing 2022-04-19 16:09:29 +02:00 committed by GitHub
parent cd1678bd8d
commit 97bfbb1c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,15 @@
"description": "Tailwind CSS Language Server",
"license": "MIT",
"version": "0.0.7",
"repository": {
"type": "git",
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
"directory": "packages/tailwindcss-language-server"
},
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues"
},
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server#readme",
"scripts": {
"build": "npm run clean && npm run _esbuild && npm run hashbang",
"_esbuild": "node ../../esbuild.js src/server.ts --outfile=bin/tailwindcss-language-server --external=pnpapi --minify",