From 14011ecd5f5e9635ca74f4c842f3945c416ed1d2 Mon Sep 17 00:00:00 2001 From: Johannes Andersen Date: Thu, 12 Nov 2020 18:04:24 +0000 Subject: [PATCH] Axios improve + move from misc to JavaScript lib --- src/technologies.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 7db429d80..ce74d7e33 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1836,12 +1836,15 @@ }, "Axios": { "cats": [ - 19 + 59 ], "description": "Promise based HTTP client for the browser and node.js", "scripts": [ "/axios(@|/)([\\d.]+)(?:/[a-z]+)?/axios(?:.min)?\\.js\\;version:\\2" ], + "js": { + "axios.get": "" + }, "website": "https://github.com/axios/axios" }, "Azure": {