We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b2d5f commit b6af665Copy full SHA for b6af665
CHANGES
@@ -1,3 +1,7 @@
1
+v0.3.13 -- 2012.11.09
2
+* Expose parts of internal API for better configurability
3
+* Demand Node v0.8 at least as we depend on fs2 (for v0.6 support use v0.3.11)
4
+
5
v0.3.12 -- 2012.10.05
6
* Add 'name' and 'amd' options. Bundle can now be directly exposed
7
in global (or AMD) namespace
package.json
@@ -1,6 +1,6 @@
{
"name": "webmake",
- "version": "0.3.12",
+ "version": "0.3.13",
"description": "Bundle CommonJS modules into single script for web browser",
"keywords": [
"browser",
0 commit comments