summaryrefslogtreecommitdiff
path: root/.config/micro/plug/wc/repo.json
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
commit6b6e91707ecf621a0bedad154351db8f1ccc2123 (patch)
treee0bed306b683c344e3f429817b1ef04daba1c2f6 /.config/micro/plug/wc/repo.json
parent161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (diff)
Working on merging to one branch
Diffstat (limited to '.config/micro/plug/wc/repo.json')
-rw-r--r--.config/micro/plug/wc/repo.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/.config/micro/plug/wc/repo.json b/.config/micro/plug/wc/repo.json
deleted file mode 100644
index 3f6a05d..0000000
--- a/.config/micro/plug/wc/repo.json
+++ /dev/null
@@ -1,22 +0,0 @@
-[{
- "Name": "wc",
- "Description": "Plugin to count words/characters in micro",
- "Tags": ["wc", "word", "character", "count"],
- "Website": "https://github.com/adamnpeace/micro-wc-plugin",
- "Versions": [
- {
- "Version": "1.1.0",
- "Url": "https://github.com/adamnpeace/micro-wc-plugin/archive/v1.1.0.zip",
- "Require": {
- "micro": ">=2.0.0-1"
- }
- },
- {
- "Version": "1.0.1",
- "Url": "https://github.com/adamnpeace/micro-wc-plugin/archive/v1.0.1.zip",
- "Require": {
- "micro": ">=1.1.0"
- }
- }
- ]
-}]