my_modules is simply modules now
This commit is contained in:
parent
295ab39024
commit
e0012c3c62
139 changed files with 187 additions and 197 deletions
8
modules/README.md
Normal file
8
modules/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
PCjs Node Modules
|
||||
===
|
||||
|
||||
This folder contains all the **PCjs** JavaScript source code, organized into Node modules. It is the counterpart to
|
||||
[node_modules](../node_modules/), where all the *public* Node modules are installed.
|
||||
|
||||
Only private Node modules are checked into this project. If any of these modules are later published on
|
||||
[npmjs.org](http://npmjs.org), then they will be moved to [node_modules](../node_modules/) and removed from this folder.
|
||||
Loading…
Reference in a new issue