From 45b9c895a6c76ab9d2d358b5a5de4a38e8571b2d Mon Sep 17 00:00:00 2001 From: Jeffrey Ling Date: Tue, 5 Aug 2014 23:16:32 -0700 Subject: [PATCH] move yepnope to module loader --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d9c3f..130054a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [spm](https://github.com/spmjs/spm) - Brand new static package manager. * [browserify](https://github.com/substack/node-browserify) - Browser-side require() the node.js way. * [jam](https://github.com/caolan/jam) - A package manager using a browser-focused and RequireJS compatible repository. -* [yepnope.js](https://github.com/SlexAxton/yepnope.js) - An Asynchronous Conditional Resource Loader. * [jspm](https://github.com/jspm/jspm-cli) - Frictionless browser package management. * [Ender](https://github.com/ender-js/Ender) - The no-library library. * [volo](https://github.com/volojs/volo) - Create front end projects from templates, add dependencies, and automate the resulting projects. @@ -79,6 +78,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [lazyload](https://github.com/rgrove/lazyload/) - Tiny, dependency-free async JavaScript and CSS loader. * [script.js](https://github.com/ded/script.js) - Asyncronous JavaScript loader and dependency manager. * [systemjs](https://github.com/systemjs/systemjs) - AMD, CJS & ES6 spec-compliant module loader. +* [yepnope.js](https://github.com/SlexAxton/yepnope.js) - An Asynchronous Conditional Resource Loader. ## Testing Frameworks