Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ npm-debug.log
.DS_Store
.idea
microjs.com.iml
package-lock.json
Copy link
Contributor

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.

8 changes: 8 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Contributor

Choose a reason for hiding this comment

The 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:

The 'source' attribute must point to a single-file, or an array of files that can be concatenated to form your complete library in a ready-to-use form. The 'source' must not be minified (see below)

},
{
name: "cryptofoo",
github: "SimonWaldherr/cryptofoo",
Expand Down