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.
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.