From 560bdcb28342efda87a76d8a1aaf965431b9d10a Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 27 Jun 2021 16:21:58 +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 d36be80e9292f4d45dde0c5576fe655e98152083 Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 27 Jun 2021 16:22:19 +0200 Subject: [PATCH 2/2] add "svelte-viewport-info" --- data.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.js b/data.js index b0e432864..15f3efe76 100755 --- a/data.js +++ b/data.js @@ -820,6 +820,14 @@ module.exports = [ url: "https://github.com/aravindbaskaran/simple-async", source: "https://raw.githubusercontent.com/aravindbaskaran/simple-async/master/asynciterator.js" }, + { + name: "svelte-viewport-info", + github: "rozek/svelte-viewport-info", + tags: ["device-orientation","viewport-size"], + description: "informs about viewport size and orientation (not only in Svelte)", + url: "https://github.com/rozek/svelte-viewport-info", + source: "https://raw.githubusercontent.com/rozek/svelte-viewport-info/main/src/svelte-viewport-info.ts" + }, { name: "cryptofoo", github: "SimonWaldherr/cryptofoo",