From 67dfae32c8e5dd2ce61466676ed2f541500f6740 Mon Sep 17 00:00:00 2001 From: Hyyan Abo Fakher Date: Tue, 7 Apr 2020 12:02:30 +0200 Subject: [PATCH] fix(deps): correct prod,dev deps and their versions --- bbj-plugin.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bbj-plugin.json b/bbj-plugin.json index 7e834ea5..fbef826a 100644 --- a/bbj-plugin.json +++ b/bbj-plugin.json @@ -8,13 +8,15 @@ "plugin_dependencies": [ { "plugin_name": "BBjWidget", - "plugin_version": "master", + "plugin_version": "1.0", "project_url": "https://github.com/BBj-Plugins/BBjWidget" - }, + } + ], + "plugin_development_dependencies": [ { "plugin_name": "BBjUnitTest", "plugin_version": "master", "project_url": "https://github.com/BBj-Plugins/BBjUnitTest" } - ] + ] }