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
22 changes: 22 additions & 0 deletions packages/u/ua-sortable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{

Check failure on line 1 in packages/u/ua-sortable.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

repository: Invalid type. Expected: object, given: string

Check failure on line 1 in packages/u/ua-sortable.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property npm is not allowed
"name": "ua-sortable",
"description": "Pointer-Events-based drag-and-drop sorting for lists and grids. No dependencies.",
"keywords": ["drag-and-drop", "sortable", "pointer-events", "zero-dependency"],
"homepage": "https://github.com/urbanstudioGmbH/ua-sortable",
"license": "MIT",
"repository": "https://github.com/urbanstudioGmbH/ua-sortable",
Comment thread
marianfeiler marked this conversation as resolved.
Outdated
"filename": "ua-sortable.js",
"npm": "@urbanstudio/ua-sortable",
Comment thread
marianfeiler marked this conversation as resolved.
Outdated
"autoupdate": {
"source": "npm",
"target": "@urbanstudio/ua-sortable",
"fileMap": [
{
"basePath": "dist",
"files": [
"ua-sortable.js"
]
}
]
}
}
Loading