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

Check failure on line 1 in packages/r/rightmenujs.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

autoupdate.source: Does not match pattern '^git|npm$'

Check failure on line 1 in packages/r/rightmenujs.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

autoupdate: Additional property include is not allowed

Check failure on line 1 in packages/r/rightmenujs.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

autoupdate: Additional property type is not allowed

Check failure on line 1 in packages/r/rightmenujs.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

autoupdate: fileMap is required

Check failure on line 1 in packages/r/rightmenujs.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property npmName is not allowed

Check failure on line 1 in packages/r/rightmenujs.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property author is not allowed
"name": "rightmenujs",
"description": "RightMenu.js – customizable right-click context menu library with themes, submenus, keyboard navigation and jQuery support.",
"repository": {
"type": "git",
"url": "https://github.com/ufukcanatann/rightmenujs.git"
},
"author": "Ufuk Canatan",
"license": "MIT",
"keywords": [
"context-menu",
"right-click",
"menu",
"jquery",
"ui",
"javascript",
"submenu",
"dark-mode"
],
"filename": "rightmenu.min.js",
"npmName": null,
"autoupdate": {
"type": "git",
"target": "https://github.com/ufukcanatann/rightmenujs.git",
"source": "tag",
"include": [
"dist/*"
]
}
}
Loading