From 37a44fc915eef2140e22ceb96aba6b6eb2509007 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 Jun 2021 16:02:38 +0200 Subject: Add ability to search playlists --- .../fixtures/peertube-plugin-test-two/package.json | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 server/tests/fixtures/peertube-plugin-test-two/package.json (limited to 'server/tests/fixtures/peertube-plugin-test-two/package.json') diff --git a/server/tests/fixtures/peertube-plugin-test-two/package.json b/server/tests/fixtures/peertube-plugin-test-two/package.json deleted file mode 100644 index 926f2d69b..000000000 --- a/server/tests/fixtures/peertube-plugin-test-two/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "peertube-plugin-test-two", - "version": "0.0.1", - "description": "Plugin test 2", - "engine": { - "peertube": ">=1.3.0" - }, - "keywords": [ - "peertube", - "plugin" - ], - "homepage": "https://github.com/Chocobozzz/PeerTube", - "author": "Chocobozzz", - "bugs": "https://github.com/Chocobozzz/PeerTube/issues", - "library": "./main.js", - "staticDirs": {}, - "css": [], - "clientScripts": [], - "translations": { - "fr-FR": "./languages/fr.json", - "it-IT": "./languages/it.json" - } -} -- cgit v1.2.3