YahooArchive / mojito

[archiving soon] Yahoo! Mojito Framework
BSD 3-Clause "New" or "Revised" License
1.57k stars 214 forks source link

Switch "express-state" internal module require() #1392

Open ericf opened 9 years ago

ericf commented 9 years ago

The express-state package has been updated to 1.3.0 which removes an internal module which is being require()'d here: https://github.com/yahoo/mojito/blob/3828d51207bdab763c4b3f7c48aed1aecd922051/lib/app/addons/ac/deploy.server.js#L19

This should be replaced with the serialize-javascript package.

See: https://github.com/yahoo/express-state/releases/tag/v1.3.0