From 799ece6aae8ef55b50b6193de3c4d46e7bb258f5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Jun 2021 15:18:11 +0200 Subject: Add ability to delete previously added constants --- .../package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 server/tests/fixtures/peertube-plugin-test-video-constants/package.json (limited to 'server/tests/fixtures/peertube-plugin-test-video-constants/package.json') diff --git a/server/tests/fixtures/peertube-plugin-test-video-constants/package.json b/server/tests/fixtures/peertube-plugin-test-video-constants/package.json new file mode 100644 index 000000000..0fcf39933 --- /dev/null +++ b/server/tests/fixtures/peertube-plugin-test-video-constants/package.json @@ -0,0 +1,20 @@ +{ + "name": "peertube-plugin-test-video-constants", + "version": "0.0.1", + "description": "Plugin test video constants", + "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