pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons c0991dd7db Fix the ESC key, and update the VisiCalc demo state file
The old VisiCalc demo state file (state.json) was triggering a spurious (keyboard?) event that would generate a beep and wipe the copyright message; I'm kind of curious what was causing that, but the simplest solution for now is to generate a new state.json.
2014-11-11 12:38:14 -08:00
..
c1pjs my_modules is simply modules now 2014-11-11 08:19:48 -08:00
diskdump my_modules is simply modules now 2014-11-11 08:19:48 -08:00
filedump my_modules is simply modules now 2014-11-11 08:19:48 -08:00
grunts my_modules is simply modules now 2014-11-11 08:19:48 -08:00
htmlout Fix rendering of HTML template file 2014-11-11 08:38:12 -08:00
markout my_modules is simply modules now 2014-11-11 08:19:48 -08:00
pcjs Fix the ESC key, and update the VisiCalc demo state file 2014-11-11 12:38:14 -08:00
shared Fixed self-starting machine.xml files (broken by recent async XML load changes) 2014-11-11 12:19:21 -08:00
README.md my_modules is simply modules now 2014-11-11 08:19:48 -08:00

PCjs Node Modules

This folder contains all the PCjs JavaScript source code, organized into Node modules. It is the counterpart to 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, then they will be moved to node_modules and removed from this folder.