From 33d57cfdda4022410fcc1506a5a85f280fdf90c4 Mon Sep 17 00:00:00 2001 From: axlwaii Date: Fri, 7 Aug 2015 15:08:20 +0200 Subject: [PATCH] add modulejs as module system to Readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da349a7..ee77694 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [systemjs](https://github.com/systemjs/systemjs) - AMD, CJS & ES6 spec-compliant module loader. * [LodJS](https://github.com/yanhaijing/lodjs) - Module loader based on AMD * [ESL](https://github.com/ecomfe/esl) - Module loader browser first, support lazy define and AMD. +* [modulejs](https://github.com/lrsjng/modulejs) - Lightweight JavaScript module system. ## Bundlers