lockandload
Advanced tools
Comparing version 2.1.23 to 2.1.24
{ | ||
"name": "lockandload", | ||
"version": "2.1.23", | ||
"version": "2.1.24", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
@@ -21,4 +21,7 @@ "main": "index.html", | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"author": "Stephen R. van den Berg <srb@cuci.nl>", | ||
"license": "(ISC OR GPL-3.0)" | ||
} |
@@ -57,4 +57,4 @@ <h1>lockandload AMD-loader</h1> | ||
- Leverages native browser speed for high priority loading (by getting out | ||
of the way). | ||
- Legacy support for $(...) jQuery riddled synchronous code. | ||
of the way; let `<script>`, HTTP2 and friends do the heavy lifting). | ||
- Legacy support for `$(...)` jQuery riddled synchronous code. | ||
- Legacy support for loading synchronous Javascript. | ||
@@ -61,0 +61,0 @@ - Single-page-app support using $$(...) page refresh callbacks. |
46779