Skip to content

Commit 34834d6

Browse files
ahmed-musallampineapplemachine
authored andcommitted
add syrupjs (microjs#946)
* add syrupjs * add pub-sub to list of files
1 parent 1fcc3ac commit 34834d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ module.exports = [{
7070
url: "https://github.com/thedumbterminal/TinyBrowserFramework",
7171
source: "https://raw.githubusercontent.com/thedumbterminal/TinyBrowserFramework/master/src/index.js"
7272
},
73+
{
74+
name: "syrupjs",
75+
github: "ahmed-musallam/syrupjs",
76+
tags: ["pubsub", "component-interaction", "event", "jquery"],
77+
description: "A tiny pub/sub jQuery micro-framework for distant component interaction",
78+
url: "https://github.com/ahmed-musallam/syrupjs",
79+
source: ["https://github.com/ahmed-musallam/syrupjs/blob/master/vendor/tiny-pub-sub.js","https://github.com/ahmed-musallam/syrupjs/blob/master/index.js"]
80+
},
7381
{
7482
name: "blobcounter.js",
7583
github: "satrobit/blobcounter.js",

0 commit comments

Comments
 (0)