Comparing version 0.1.5 to 0.1.6
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"homepage": "http://github.com/benjamn/install", | ||
@@ -21,0 +21,0 @@ "repository": { |
@@ -6,3 +6,3 @@ Introduction | ||
Much less of a consensus has developed around the best way to deliver CommonJS modules to a web browser, where the synchronous semantics of `require` pose a non-trivial implementation challenge. This module loader contributes to that confusion, yet also demonstrates that a amply-featured module loader need not stretch into the hundreds or thousands of lines. | ||
Much less of a consensus has developed around the best way to deliver CommonJS modules to a web browser, where the synchronous semantics of `require` pose a non-trivial implementation challenge. This module loader contributes to that confusion, yet also demonstrates that an amply-featured module loader need not stretch into the hundreds or thousands of lines. | ||
@@ -9,0 +9,0 @@ Installation |
60256