From e46490c4d1b7550710fec138abef67f6a35c98c4 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 7 Dec 2018 08:03:22 -0800 Subject: [PATCH] Rename recycle-bin.json to bucket/recycle-bin.json --- recycle-bin.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recycle-bin.json diff --git a/recycle-bin.json b/recycle-bin.json new file mode 100644 index 0000000000..77a114dd5e --- /dev/null +++ b/recycle-bin.json @@ -0,0 +1,13 @@ +{ + "version": "1.0.1", + "description": "Move files and folders to the Windows recycle bin within command line.", + "homepage": "https://github.com/sindresorhus/recycle-bin", + "license": "MIT", + "url": "https://github.com/sindresorhus/recycle-bin/releases/download/1.0.1/recycle-bin.exe", + "hash": "6f605ff88aa63c613073b2bb475eae61b24d477caf119e107134780085a3e47b", + "bin": "recycle-bin.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/sindresorhus/recycle-bin/releases/download/$version/recycle-bin.exe" + } +}