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
42 changes: 19 additions & 23 deletions packages/s/slim-select.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,32 @@
{

Check failure on line 1 in packages/s/slim-select.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property npmFileMap is not allowed

Check failure on line 1 in packages/s/slim-select.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property npmName is not allowed

Check failure on line 1 in packages/s/slim-select.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): autoupdate is required
"name": "slim-select",
"description": "Slim vanilla javascript select dropdown",
"filename": "slimselect.min.js",
"homepage": "http://slimselectjs.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/brianvoe/slim-select.git"
},
"npmName": "slim-select",
"npmFileMap": [
{
"basePath": "dist",
"files": [
"*.js",
"*.css"
]
}
],
"filename": "slimselect.js",
"description": "Advanced select dropdown",
"homepage": "https://slimselectjs.com",
"keywords": [
"select",
"vanilla",
"dropdown",
"search"
"multiselect"
],
"autoupdate": {
"source": "npm",
"target": "slim-select",
"fileMap": [
{
"basePath": "dist",
"files": [
"slimselect*"
]
}
]
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/brianvoe/slim-select.git"
},
"authors": [
{
"name": "Brian Voelker",
"email": "brian@webiswhatido.com",
"url": "http://webiswhatido.com"
"url": "https://github.com/brianvoe"
}
]
}
Loading