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" },