From 397f9be089e0d0ed9dc43170ab592c09240233d2 Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 27 Jun 2021 16:17:28 +0200 Subject: [PATCH 1/3] 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 5f263d577f93144199554d67b705a6c763a35b12 Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 27 Jun 2021 16:17:38 +0200 Subject: [PATCH 2/3] add "svelte-device-info" --- data.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.js b/data.js index b0e432864..0bddf2308 100755 --- a/data.js +++ b/data.js @@ -669,6 +669,14 @@ module.exports = [ url: "https://github.com/PoeHaH/devicedetector", source: "https://raw.githubusercontent.com/PoeHaH/devicedetector/master/devicedetector-production.js" }, + { + name: "svelte-device-info", + github: "rozek/svelte-device-info", + tags: ["mobile", "phone","tablet","form-factor","resolution-touch"], + description: "informs about a device's form factor and pointing accuracy (not only in Svelte)", + url: "https://github.com/rozek/svelte-device-info", + source: "https://raw.githubusercontent.com/rozek/svelte-device-info/main/src/svelte-device-info.ts" + }, { name: "MicroLib-Tabs", tags: ["dom", "tabs", "tabbed content"], From def8ce391ef67e762040531820d43b8fbb764f79 Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Fri, 12 Nov 2021 05:36:36 +0100 Subject: [PATCH 3/3] Update .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 674ed1b1d..4001022ec 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ npm-debug.log .DS_Store .idea microjs.com.iml -package-lock.json