-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svelte-viewport-info #1051
base: master
Are you sure you want to change the base?
svelte-viewport-info #1051
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ npm-debug.log | |
.DS_Store | ||
.idea | ||
microjs.com.iml | ||
package-lock.json | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -836,6 +836,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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. From the readme - emphasis on "ready-to-use", which means you should not link to a TypeScript source file:
|
||
}, | ||
{ | ||
name: "cryptofoo", | ||
github: "SimonWaldherr/cryptofoo", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please only change
data.js
when adding a library. Please do not change.gitignore
.