Khan / engblog

KA Engineering blog.
http://engineering.khanacademy.org
Other
29 stars 20 forks source link

Pin npm dependencies to specific versions. #9

Closed itsjohncs closed 8 years ago

itsjohncs commented 9 years ago

Currently, the package.json file just lists all the dependencies without specific versions. This will probably result in someone not being able to build the site at an inconvenient time (probably right before the post their post is supposed to go live).

It'd be swell if we could use shrinkwrap, but that was causing problems with Travis earlier, so we'd have to solve whatever problems Travis was running into.