From 97b65ce58aaacbbfec2291f18fb95a9da9eb5263 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 May 2020 09:44:00 +0200 Subject: Fix plugin storeData --- .../fixtures/peertube-plugin-test-six/package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 server/tests/fixtures/peertube-plugin-test-six/package.json (limited to 'server/tests/fixtures/peertube-plugin-test-six/package.json') diff --git a/server/tests/fixtures/peertube-plugin-test-six/package.json b/server/tests/fixtures/peertube-plugin-test-six/package.json new file mode 100644 index 000000000..8c97826b0 --- /dev/null +++ b/server/tests/fixtures/peertube-plugin-test-six/package.json @@ -0,0 +1,20 @@ +{ + "name": "peertube-plugin-test-six", + "version": "0.0.1", + "description": "Plugin test 6", + "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": {} +} -- cgit v1.2.3