Skip to content

Commit

Permalink
v0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Apr 8, 2013
1 parent 657912a commit f460252
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.3.15 -- 2013.04.08
Minor improvements:
* Meaningful error when run with unsupported Node engine
* Better error interface for Module not Found error on client-side
* Expose compilation time on returned promise object
* Improve native module require error message (so it points path to source file)

v0.3.14 -- 2012.12.08
* Improve path resolution (omit findRoot call in straightforward cases)
* Fix support for partially broken circular dependencies
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webmake",
"version": "0.3.14",
"version": "0.3.15",
"description": "Bundle CommonJS modules into single script for web browser",
"keywords": [
"browser",
Expand Down Expand Up @@ -34,12 +34,12 @@
"node": ">=0.8"
},
"dependencies": {
"deferred": "0.6.x",
"es5-ext": "0.9.x",
"deferred": "~0.6.3",
"es5-ext": "~0.9.2",
"find-requires": "~0.1.5",
"fs2": "0.1.x",
"next": "0.3.x",
"optimist": "0.3.x"
"fs2": "~0.1.4",
"next": "~0.3.1",
"optimist": "~0.3.7"
},
"scripts": {
"test": "node ./node_modules/tad/bin/tad lib"
Expand Down

0 comments on commit f460252

Please sign in to comment.