phetsims / shred

A library of JavaScript code that is used in PhET simulations that depict atoms, subatomic particles, and atomic structure. This was originally created to contain the code that is shared between the "Build an Atom" and "Isotopes and Atomic Mass" simulations, thought it may be applied to additional simulations in the future.
GNU General Public License v3.0
1 stars 6 forks source link

dependencies in package.json and config.js don't match #1

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago

shred-config.js specifies VEGAS, which is missing from package.json.

VIBE is also a prerequisite for VEGAS, and is missing from both files.

jessegreenberg commented 9 years ago

I have updated package.json and config.js in shred so that they match. I am not sure yet what libraries shred will need, so I have included all that are used in 'Build an Atom' but this is probably excessive. Leaving this open for review of another developer or until I get a better idea of what shred will be responsible for.