Skip to content

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Apr 13, 2011
1 parent f2affed commit f879ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog
Expand Up @@ -2,7 +2,7 @@ TODO
+ Create a require server for development that manages files with require statements for development
+ Normalize the path resolution code between require.js and compiler.js, and compile the full require.js using the compiler

intended v0.1.13
v0.1.13
+ better file layout - bin/ lib/
+ created bin/compile to compile files
+ created bin/compress to compile and compress files
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.1.12",
"version": "0.1.13",
"homepage": "https://github.com/marcuswestin/browser-require",
"main": "lib/require",
"engines": {
Expand Down

0 comments on commit f879ff4

Please sign in to comment.