From 4564d25f0f9ad88b58c564696f30f1321c831722 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Sun, 7 Dec 2014 13:29:15 +0100 Subject: [PATCH] remove yepnope yepnope.js is deprecated and only around for archival purposes anymore. I'd say that's a good reason to remove it. > Yepnope has been deprecated. There are new best practices that you should likely follow instead. Please read our notice here. We will keep these docs online for those still using the old version. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0d46a49..a61e702 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,6 @@ 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. * [webpack](https://github.com/webpack/webpack) - Module loader made for big projects. Supports AMD, CommonJS, and more.