Skip to content

Commit

Permalink
Publish with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Mar 25, 2011
1 parent 187331e commit 0e81a7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.1.7
+ Publish with npm

v0.1.6 v0.1.6
+ Fix: Variables declared inside of require.js are no longer visible to imported modules + Fix: Variables declared inside of require.js are no longer visible to imported modules
+ Remove the "root" configuration parameter added in v0.1.1. You cannot modify the root in node. + Remove the "root" configuration parameter added in v0.1.1. You cannot modify the root in node.
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "browser-require",
"description": "javascript module management! brings node's require statement to the browser",
"version": "0.1.7",
"homepage": "https://github.com/marcuswestin/browser-require",
"main": "require.js"
}

0 comments on commit 0e81a7c

Please sign in to comment.