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 2ebfe20 commit 2b27b57Copy full SHA for 2b27b57
CHANGES
@@ -1,3 +1,6 @@
1
+v0.3.9 -- 2012.07.02
2
+* Fix bug related to external package resolution (affected only Node v0.8)
3
+
4
v0.3.8 -- 2012.06.13
5
* Webmake function is now hybrid it accepts a callback and returns promise
6
* Great documentation improvements from Jaap Roes
package.json
@@ -1,6 +1,6 @@
{
"name": "webmake",
- "version": "0.3.8",
+ "version": "0.3.9",
"description": "Bundle CommonJS modules into single script for web browser",
"keywords": [
"browser",
0 commit comments