From 1d558246a90ae94a4b31aa6785064ca007f98e00 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 18 Jun 2022 20:54:12 +0600 Subject: [PATCH] add JsViews exm, improve imlies --- src/technologies/j.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/technologies/j.json b/src/technologies/j.json index 9075ce315..b6c69c721 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -104,7 +104,11 @@ ], "description": "JsViews is the MVVM library which provides two-way data binding for the template. The library is developed and maintained by Microsoft employee Boris Moore and is used in projects such as Outlook.com and Windows Azure.", "icon": "JsViews.svg", - "implies": "JsObservable", + "implies": [ + "JsObservable", + "JsRender" + ], + "scriptSrc": "([\\d\\.]+)?/jsviews(?:\\.min)?\\.js\\;version:\\1", "oss": true, "website": "https://www.jsviews.com/#jsviews" },