Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions packages/t/tailwindplus-elements.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "tailwindplus-elements",
"filename": "index.js",
"description": "Tailwind Plus Elements is a JavaScript component library used to power the interactive behavior in the HTML snippets in Tailwind Plus.",
"keywords": [
"tailwindcss",
"css",
"css-framework"
],
"license": "Commercial see https://tailwindcss.com/plus",
"homepage": "https://tailwindcss.com/plus/ui-blocks/documentation",
"repository": {
"type": "git",
"url": "https://github.com/tailwindlabs/tailwind-plus-issues"
},
"authors": [
{
"name": "Adam Wathan",
"email": "[email protected]"
}
],
"autoupdate": {
"source": "npm",
"target": "@tailwindplus/elements",
"fileMap": [
{
"basePath": "dist",
"files": [
"**/*"
]
}
]
}
}
Loading