Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Apr 15, 2011
1 parent 946e753 commit 2479163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog
@@ -1,6 +1,9 @@
TODO
+ Normalize the path resolution code between require.js and compiler.js, and compile the full require.js using the compiler

v0.2.7
+ Improve path resolution

v0.2.6
+ Improve the order in which we try to load modules

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "require",
"description": "javascript module management! brings node's require statement to the browser",
"version": "0.2.6",
"version": "0.2.7",
"homepage": "https://github.com/marcuswestin/browser-require",
"main": "./require",
"engines": {
Expand Down

0 comments on commit 2479163

Please sign in to comment.