diff --git a/data.js b/data.js index 54c0ee1b..16e20676 100755 --- a/data.js +++ b/data.js @@ -7,6 +7,14 @@ // also be just the raw JS if it's small enough, an array of source files or a ZIP file. // See examples below. module.exports = [ + { + name: "Lemonadejs", + github: "lemonadejs/lemonadejs", + tags: ["library", "javascript", "Web"], + description: "LemonadeJS is a compact, reactive JavaScript micro-library, weighing in at just 4KB when compressed.", + url: "https://github.com/lemonadejs/lemonadejs.git", + source: "https://github.com/lemonadejs/lemonadejs/blob/main/packages/template/template/src/App.js" + }, { name: "fullscr", github: "Axorax/fullscr.js", diff --git a/package-lock.json b/package-lock.json index c836aca6..140634d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "microjs.com", "version": "1.0.0", "dependencies": { "after": "^0.8.2",