mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
Version 0.5.2 in package.json, the lockfile, the plugin manifest, the marketplace entry, and the npx pins inside the skill. CHANGELOG covers one change: oc reddit reads the Atom feeds on www.reddit.com now that old.reddit.com is behind a login and the www .json views answer 403 (#52, #53).
15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"name": "only-cli",
|
|
"owner": { "name": "only-cli" },
|
|
"plugins": [
|
|
{
|
|
"name": "only-cli",
|
|
"source": { "source": "github", "repo": "only-cli/oc" },
|
|
"description": "Browse websites from the terminal in a few hundred tokens",
|
|
"version": "0.5.2",
|
|
"homepage": "https://github.com/only-cli/oc",
|
|
"license": "MIT"
|
|
}
|
|
]
|
|
}
|