Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove reference to CommonJS in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 2, 2011
1 parent 61d0b5a commit ffb3ee6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/api/modules.markdown
@@ -1,7 +1,5 @@
## Modules

Node uses the CommonJS module system.

Node has a simple module loading system. In Node, files and modules are in
one-to-one correspondence. As an example, `foo.js` loads the module
`circle.js` in the same directory.
Expand Down

1 comment on commit ffb3ee6

@isaacs
Copy link

@isaacs isaacs commented on ffb3ee6 Apr 4, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node was never committed in any way to commonjs compatibility. Having this line here raises more questions than it answers.

Please sign in to comment.