provide description in package.json

Also making sure that the README is being published.
This commit is contained in:
Robin Malfait
2021-04-13 21:22:31 +02:00
parent e69c53d919
commit c88b53eac1
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,11 +1,13 @@
{
"name": "@headlessui/react",
"version": "0.3.2",
"description": "A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/headlessui.esm.js",
"license": "MIT",
"files": [
"README.md",
"dist"
],
"engines": {
+2
View File
@@ -1,11 +1,13 @@
{
"name": "@headlessui/vue",
"version": "0.3.1",
"description": "A set of completely unstyled, fully accessible UI components for Vue 3, designed to integrate beautifully with Tailwind CSS.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/headlessui.esm.js",
"license": "MIT",
"files": [
"README.md",
"dist"
],
"engines": {