From 3fa1b757a43174a23dda2148b278a20e088a8bba Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 27 Jun 2021 16:12:37 +0200 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4001022ec..674ed1b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ npm-debug.log .DS_Store .idea microjs.com.iml +package-lock.json From aae2e0fb5c8679202fcdf93158299640b595adbe Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 27 Jun 2021 16:12:57 +0200 Subject: [PATCH 2/2] add "svelte-system-info" --- data.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.js b/data.js index b0e432864..0b3655007 100755 --- a/data.js +++ b/data.js @@ -633,6 +633,14 @@ module.exports = [ url: "https://github.com/daniellmb/aop.js", source: "https://raw.githubusercontent.com/daniellmb/aop.js/master/aop.js" }, + { + name: "svelte-system-info", + github: "rozek/svelte-system-info", + tags: ["browser-detection", "os-detection"], + description: "determines name and version of underlying browser and operating system (not only for Svelte)", + url: "https://github.com/rozek/svelte-system-info", + source: "https://raw.githubusercontent.com/rozek/svelte-system-info/main/src/svelte-system-info.ts" + }, { name: "di.js", tags: ["dependency", "injection", "di"],