Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
dbashford committed Aug 26, 2013
1 parent 1c2653a commit b92944b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,9 +9,9 @@ This module provides CommonJS support via RequireJS and AMD. So if you are a fa

Stated differently, this module allows you to write your AMD/RequireJS application using CommonJS.

Because this module still leverages AMD/RequireJS, when you write your browser code in CommonJS, you will still take advantage of all of the functionality provided by the `mimosa-require` module, like <a href="http://mimosajs.com/utilities.html#requirejs">path verification, and circular dependency checking</a> and <a href="http://mimosajs.com/optimization.html#require">on-the-fly optimization</a> if your entire application.
Because this module still leverages AMD/RequireJS, when you write your browser code in CommonJS, you will still take advantage of all of the functionality provided by the `mimosa-require` module, like <a href="http://mimosa.io/utilities.html#requirejs">path verification, and circular dependency checking</a> and <a href="http://mimosa.io/optimization.html#require">on-the-fly optimization</a> if your entire application.

For more information regarding Mimosa, see http://mimosajs.com
For more information regarding Mimosa, see http://mimosa.io

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "mimosa-require-commonjs",
"version": "0.6.2",
"homepage": "http://www.mimosajs.com",
"version": "0.6.3",
"homepage": "http://www.mimosa.io",
"author": "David Bashford",
"description": "A CommonJS wrapping module for Mimosa AMD/RequireJS projects",
"contributors": [
Expand Down

0 comments on commit b92944b

Please sign in to comment.