Skip to content
Merged
Changes from all commits
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
8 changes: 7 additions & 1 deletion packages/t/tailwindplus-elements.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in packages/t/tailwindplus-elements.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

autoupdate: Additional property ignoreVersions is not allowed
"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.",
Expand Down Expand Up @@ -26,9 +26,15 @@
{
"basePath": "dist",
"files": [
"*.@(js|cjs|d.ts|d.cts)"
"*.@(js|d.ts)"
]
}
],
"ignoreVersions": [
"*insiders*"
]
},
"optimization": {
"js": false
}
}
Loading