From 716402edac2149a1fcf11dc5bbfb22d11eeb6b50 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 22 Oct 2020 03:38:27 +0600 Subject: [PATCH] Description, covered min scripts, js with version --- src/technologies.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 39b402ebb..6a7507af5 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10192,13 +10192,14 @@ "cats": [ 25 ], - "description": "PixiJS - The HTML5 Creation Engine. Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.", + "description": "PixiJS - The HTML5 Creation Engine. 2D WebGL renderer.", "icon": "pixijs.png", "js": { - "PIXI.settings": "" + "PIXI": "", + "PIXI.version": "^(.+)$\\;version:\\1" }, "url": ".+\\.pixijs\\.com", - "scripts": "^pixi\\.js$", + "scripts": "pixi\\.(min\\.)?js$", "website": "https://www.pixijs.com/" }, "Emarsys": {