Skip to content

Commit 35ac9c8

Browse files
committed
2 parents 6ecec42 + 5f92508 commit 35ac9c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

data.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ module.exports = [
7373
description: "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
7474
url: "http://jaywcjlove.github.io/hotkeys/",
7575
source: "https://raw.githubusercontent.com/jaywcjlove/hotkeys/master/src/hotkeys.js"
76+
},{
77+
name: "window.module",
78+
github: "ziolko/window.module",
79+
tags: ["di", "dependency", "injection", "container", "module", "require"],
80+
description: "Synchronous module system for browsers.",
81+
url: "https://github.com/ziolko/window.module",
82+
source: "https://raw.githubusercontent.com/ziolko/window.module/master/window.module.js"
7683
},
7784
{
7885
name: "Location Init",

0 commit comments

Comments
 (0)