Skip to content
Closed
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
40 changes: 40 additions & 0 deletions packages/t/tom-select-bulma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{

Check warning on line 1 in packages/t/tom-select-bulma.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

stars on GitHub is under 200
"name": "tom-select-bulma",
"description": "A Bulma theme for Tom Select — a search/autocomplete/tagging select that looks native in Bulma and tracks light/dark themes (and RTL) via Bulma's CSS variables.",
"keywords": [
"bulma",
"tom-select",
"select",
"combobox",
"autocomplete",
"dropdown",
"theme",
"rtl"
],
"license": "MIT",
"homepage": "https://raydapay.github.io/tom-select-bulma/",
"repository": {
"type": "git",
"url": "git+https://github.com/raydapay/tom-select-bulma.git"
},
"authors": [
{
"name": "Ray",
"url": "https://github.com/raydapay"
}
],
"autoupdate": {
"source": "git",
"target": "git://github.com/raydapay/tom-select-bulma.git",
"fileMap": [
{
"basePath": "dist",
"files": [
"tom-select.bulma.css",
"tom-select.bulma.min.css"
]
}
]
},
"filename": "tom-select.bulma.min.css"
}
Loading